xlsx2csv
Convert xslx to csv, it is fast, and works for huge xlsx files
File Explorer
Download Latest Version (.zip)- publish-to-test-pypi.yml
- Makefile
- pod2man.mk
- xlsx2csv.1.pod
- datetime.csv
- datetime.xlsx
- empty_row.csv
- empty_row.xlsx
- escape.csv
- escape.xlsx
- float.csv
- float.xlsx
- float2.csv
- float2.xlsx
- float_formatting.csv
- float_formatting.xlsx
- float_formatting_custom0.csv
- float_formatting_custom0.xlsx
- float_formatting_custom2.csv
- float_formatting_custom2.xlsx
- formatted_inline_string.csv
- formatted_inline_string.xlsx
- hyperlinks.csv
- hyperlinks.xlsm
- hyperlinks_continous.csv
- hyperlinks_continous.xlsm
- input-weird.csv
- input-weird.xlsx
- junk-small.csv
- junk-small.xlsx
- last-column-empty.csv
- last-column-empty.xlsx
- namespace.csv
- namespace.xlsx
- no_cell_ids.csv
- no_cell_ids.xlsx
- percentage.csv
- percentage.xlsx
- percentage_ignore.csv
- percentage_ignore.xlsx
- run
- shared_string_oob.csv
- shared_string_oob.xlsx
- sheets.csv
- sheets.xlsx
- sheets_order.csv
- sheets_order.xlsx
- skip_empty_lines.csv
- skip_empty_lines.xlsx
- timeformat.csv
- timeformat.xlsx
- twolettercolumns.csv
- twolettercolumns.xlsx
- utf8.csv
- utf8.xlsx
- variousdelim.csv
- variousdelim.xlsx
- xlsx2csv-test-file.csv
- xlsx2csv-test-file.xlsx
- .gitignore
- CHANGELOG
- CLAUDE.md
- LICENSE.txt
- MANIFEST.in
- pyproject.toml
- README.md
- xlsx2csv.py
๐ Installation Guide
1. Get the code
git clone https://github.com/dilshod/xlsx2csv
Downloads the entire project code from GitHub to your computer.
cd xlsx2csv
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install xlsx2csv
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install xlsx2csv
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd man
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
