tealeg / xlsx

Go library for reading and writing XLSX files.
Other
5.85k stars 819 forks source link

File.ToSliceUnmerged() missed copying some cells #707

Closed mqy closed 3 years ago

mqy commented 3 years ago

Suppose a merged cell at coordinate (row: r0, column c0), with both HMerge >1 && VMerge > 1.

File.ToSliceUnmerged() does not copy cells at coordinate (c > c0 && r > r0)

Source code version: current master.