troldal / OpenXLSX

A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.
BSD 3-Clause "New" or "Revised" License
1.33k stars 316 forks source link

Count and uniqueCount attributes aren't updated in sharedStrings.xml #187

Open afalkenhahn opened 1 year ago

afalkenhahn commented 1 year ago

When new strings are added to the sharedStrings.xml database, it looks like OpenXLSX never updates the count and uniqueCount attributes in the <sst> tag so those often contain invalid values.

afalkenhahn commented 1 year ago

A fix that sets at least uniqueCount to the correct value is in PR #192