This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Excel Splitter
This is a package which will allow you to quickly split a single Excel sheet into either separate tabs of the same report or into different Excel reports.
IMPORTANT: Your sheet must contain a header row to function properly!
Once installed, you can call the split_sheet() function which contains the following parameters:
split_sheet(split_type, input_report_path, column_number_to_split_by)
ACCEPTED PARAMETER VALUES:
split_type = "separate_files" or "split_tabs" input_report_path = the path to the report to be split column_number_to_split_by = the # of the Excel column to split by (A = 1, B = 2, C =3, etc.)
EXAMPLE OF SPLITTING AN EXCEL SHEET BY UNIQUE VALUES IN COLUMN B INTO DIFFERENT REPORTS
split_sheet(split_type='separate_files, input_report_path='PATH_TO_REPORT.xlsx', column_number_to_split_by=2)
KNOWN ISSUE:
The current version of this script does not support transfer of formulas!!
Release files for Split-Excel-Package 0.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Split_Excel_Package-0.0.8.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Split_Excel_Package-0.0.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.2 kB
Release files / Split_Excel_Package-0.0.8.tar.gz
| Download URL | Split_Excel_Package-0.0.8.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
58bece530053f8c21123966b22a4252d35f3ea3b4583837a8a3319b18cb210bc
|
|
BLAKE2b-256 checksum How to use checksums |
0c92863afeafdfbfa9fe56e7251982f05f2a0509fb7b4feba28ae61656832325
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.0
|
Release files / Split_Excel_Package-0.0.8-py3-none-any.whl
| Download URL | Split_Excel_Package-0.0.8-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c7ef445fabcb05b2e7b595e516d568e49aaf0c1e73c8d28158217a40585874c5
|
|
BLAKE2b-256 checksum How to use checksums |
c4f6267065c3835e9f0ffe9da1fd49e0ce0b5542e5d3ce18d2947c093ac6988e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.0
|