Remove the hardcoded column selection
Closed this issue · 1 comments
DerickMathew commented
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
DerickMathew commented
fixed in 7cfdc2c