In the sample program Sample1.cs it shows this code for auto col width adjustment:
worksheet.Cells.AutoFitColumns(0); //Autofit columns for all cells
It seems to have no effect on column width.
thank you
worksheet.Cells.AutoFitColumns(0); //Autofit columns for all cells
It seems to have no effect on column width.
thank you