tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.6k stars 155 forks source link

Merging cells is not supported #387

Closed XieDeWu closed 5 months ago

XieDeWu commented 6 months ago

The value of a merged cell cannot be queried because there is no way to query the submerged range of a sheet For example, A1 merges with A2, and it does not check that the sheet has a merge item

XieDeWu commented 5 months ago

Adds a copy of gitmodule to expose the Record handling inside the package