dhatim / fastexcel

Generate and read big Excel files quickly
Other
647 stars 116 forks source link

Feature: Determine information about merged cells #323

Open tgallei opened 10 months ago

tgallei commented 10 months ago

Possibility to check whether it is a merged cell and to determine the cell in which the data is stored in a merged cell.

Logic makes it easier to read out the values for merged cells, as the value is only stored in the upper left cell.