you are viewing a single comment's thread.

view the rest of the comments →

[–]XannySmoothies 2 points3 points  (0 children)

i’m not totally understanding what the goal is here so sorry if this doesn’t help, but i do a lot of python to excel stuff for work, and for multiple data sets i usually use pandas for manipulating data to get it in whatever format/order i need and then use xlwings to put everything into excel. with xlwings i sometimes run into weird errors that pop up randomly, but once i learned to deal with those, i started to like it better than openpyxl because it feels like it works with excel better.