jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Excel does not seem to recognize horizontal cell merging from FastODS #168

Open GregorySokoloff opened 4 years ago

GregorySokoloff commented 4 years ago

For example, cell.setCellMerge(2,2) will come out in Excel just as setCellMerge(1,2) would.

(Tried on Excel Version 1909 Build 12026.20264)