EPPlus
EPPlus copied to clipboard
columns is not fit
EPPlus usage
Noncommercial use
Environment
C#
Epplus version
6.2.7
Spreadsheet application
Excel
Description
Since the texts I use when printing to Excel are long, for example, when I write a long label in line A1, I need to automatically expand that line again after taking the printout, but expanding does not work for me.
ExcelRange rangeW = worksheet.Cells["A1:L15"];
rangeW.AutoFitColumns();