Skip to content

Tag: python

Preserve formatting during excel file split with python

Hi I’m starting with python and have a question that sounds pretty simple, but at this point I don’t know how to solve it. I have a code for splitting some reports by columns. Unfortunately, I noticed that the format in output files changes during the split compared to the master file. __ Dates fo…