DerickMathew/excel-and-snapsheets

Remove the hardcoded column selection

Closed this issue · 1 comments

The snap2snapsheet.py has the following code

# TODO: Dont convert all the way to AAA, calculate it !!!
worksheet.set_column('A:AAA', 3)

Dont hardcode the AAA calculate it

fixed in 7cfdc2c