Skip to content

keniel123/text-to-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

text-to-excel-Python-Script-

This script takes as arguments a text file as input and the file name of an excel file as output. The script uses a comma as a delimiter and passes throught the textfile adding information into the excel sheet .

Example Command to run from the terminal

python excelscript.py -I data.txt -O balances.xlsx

Libraries needed to run script

xlsxwriter, optparse

You can download these libraries by using the pip package manager

pip install xlxlsxwriter , optparse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages