Does XlsIO support autofit for merged cells?

24 Jun 20261 minute to read

No, XlsIO does not support autofit for merged cells. As per Microsoft Excel behavior, the autofit is not applied to the rows/columns containing merged cells. To adjust row height or column width for merged cells, set it manually using the RowHeight and ColumnWidth properties.