I use openpyxl library on my backend server(Ubuntu 64bit) for generating excel documents with a bit of styles and it well working when user open generated file in Linux. If someone open file on Windows column width are crashed.
How to make that excel styles making in openpyxl well working both on Linux and Windows?
A bit Example how it shows the file:
On linux
I count on your help :)