EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

columns is not fit

Open EmirhanBarlas opened this issue 7 months ago • 24 comments

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();

EmirhanBarlas avatar Jun 28 '24 08:06 EmirhanBarlas