Skip to content

Little script that prints out a text representation of an excel table. Useful for comment blocks when writing code, and you have to reference a table.

Notifications You must be signed in to change notification settings

suadkw/table_to_text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

table_to_text

Little script that prints out a text representation of an excel table. Useful for comment blocks when writing code, and you have to reference a table.

Put your excel file in the "input" directory. Make sure that there is only one file in that directory, or program will throw error.

Run program. Should print out text representation of the table in ./input/"

TODO: add a simple argparser that will allow user to give path to excel TODO: extend argparser to adjust threshold of "None" cells around the boundary TODO: extend argparser to output results to text file in an output directory

About

Little script that prints out a text representation of an excel table. Useful for comment blocks when writing code, and you have to reference a table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages