LargeXlsx
LargeXlsx copied to clipboard
small object heap contention
Caches a single row number as a string. Used to provide the CurrentRowNumber in string form during worksheet production where rows are processed consecutively and multiple columns generate string representations of the current row. Reduces small object heap allocations by a couple of GB in the Examples suite.
Minor mod. Consider whether the improvement in memory usage is significant enough to warrant.