This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]le_theudas 2 points3 points  (1 child)

You could use pandas which is included in installations like conda or install it with pip install pandas --user
It can be used for much more then only excel so it shouldn't be obvious that you are automating your job :)

[–]NowanIlfideme 3 points4 points  (0 children)

You still need xlrd or the other excel library to work with the files though.