Skip to main content

This package helps create excel files more efficiently and quickly

Project description

Create Excel

This Package will help you to create Excel file more quickly and efficiently.

How to Install it?

On Windows:

pip install nestap_excel_create

On Linux:

sudo pip3 install nestap_excel_create

How to Use it?

Initializing The Package

from nestap_excel_create.create_excel_helper import create_excel

     columns = [
                  ('eno', 'Employee Number'),
                  ('ename', 'Employee Name'),
                  ('esal', 'Employee Salary'),
                  ('eaddr', 'Employee Address')

              ],
              
     create_excel([
        {
            'sheet_name': Your sheet name,
            'columns_keys': columns 
            'data_list': list(data)
        }
    ]) # Provide the list of the dictionary while Initializing
    

This Nestap Excel Package create excel more quickly and efficiently.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nestap_excel_create-1.0.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

nestap_excel_create-1.0.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page