How can I help you?
Does XlsIO support autofit for merged cells?
3 Nov 20251 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.