maxRows is usefull for AutoSizeColumn and GetColumnWidth from outside the library NPOI.
maxRows was added few years ago (https://github.com/nissl-lab/npoi/pull/723), but it is usefull for AutoSizeColumn and GetColumnWidth in fact.
The change also for AutoSizeColumn is needed in order to respect interface implementation: AutoSizeColumn(column, useMergedCells, maxRows: 0);
maxRows is usefull for AutoSizeColumn and GetColumnWidth from outside the library NPOI. maxRows was added few years ago (https://github.com/nissl-lab/npoi/pull/723), but it is usefull for AutoSizeColumn and GetColumnWidth in fact. The change also for AutoSizeColumn is needed in order to respect interface implementation: AutoSizeColumn(column, useMergedCells, maxRows: 0);