Skip to main content

Convert each page from xlsx file to csv files, convert file csv to xlsx document, insert csv data in existing file

Project description

Excel csv converter

Convert each page from xlsx file to csv files, convert file csv to xlsx document, insert csv data in existing file

Install

$ pip install excel_csv_converter

How to use

# import converter
from excel_csv_converter import converter

# CONVERT XLSX DOCUMENTS TO CSVs

file_xlsx = "c:\\my_file.xlsx"
folder_destination = "c:\\my_folder"

my_converter = converter.Xlsx_to_csv (file_xlsx, folder_destination)

# INSERT CSV FILE IN XLSX DOCUMENT

file_csv = "c:\\my_file.csv"
file_xlsx_destination = "c:\\my_file.xlsx"

my_converter = converter.Csv_to_xlsx (file_csv, file_xlsx_destination)

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

excel_csv_converter-1.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

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