TL;DR:
I have an Excel file,
.xlsx
, contains some spreadsheets, and many merged cells in each spreadsheets. Opens in computer A, works well. A has an Excel of version 2211The data in it is written by
openpyxl
package of Python.I copied the file to computer B, the excel version is 2209, opened it, all merged cells are broken up (unmerged, split up). Not only this, Excel crashed 3 times before opened it up.
Firstly, I though it is
openpyxl
's fault. No, it is wronged.Ended up some bugs related to this issue were fixed in versions above 22.09.
Update B's Excel (of course the whole Office actually), bump up to 24.11, opened the same file, all merged cells are back!
Top comments (0)