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