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)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file excel_csv_converter-1.0.1.tar.gz.
File metadata
- Download URL: excel_csv_converter-1.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/2.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c026b3f816001d0846f8c6e7cafaac6c74b8d044f9e325a3ed1beeb0ae28a11
|
|
| MD5 |
78334f1b80451dc6abb0bc9282734b81
|
|
| BLAKE2b-256 |
e2bf4cb1605542cf93f663e7a8ba164b6cb47c2d62d3b70fd960025b4dfba517
|