text2excel 0.4.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

text2excel 0.4.3

text2excel






This program converts CSV Or TSV text files to Microsoft Excel format. It
uses openpyxl to create Excel files.
As input it takes tab-separated *.txt files (TSV), or any CSV files
(Comma-Separated Values) that can be auto-detected by the Python standard
library csv module.

You'll find the text2excel source on GitHub

Example
$ printf "one\ttwo\tthree\n1\t2\t3\n" | tee my_data_file.txt
one two three
1 2 3

$ text2excel --numbers my_data_file.txt
Saved to file: my_data_file.xlsx

Installation
To install or upgrade text2excel from PyPI, I recommend using pipx:
pipx install text2excel
pipx upgrade text2excel

If you don't have pipx, you could also use pip with your preferred Python version:
python3 -m pip install --user --upgrade-strategy eager --upgrade text2excel

News
Please see the changelog for more details.
Contributing
Do you want to help out with this project?

Please check the CONTRIBUTING guide.

Credits
This project was originally based on
a Gist by Konrad Förstner.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.