ClosedXML / ClosedXML/ClosedXML.Report
The Tag <<RowsFit>> Not working on versions 0.2.3 and 0.2.4
Open
- Dominant language
- C#
- Stars
- 647
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
Hello there,
I have tried to use the latest version of the library but the` <>` tag is not working.
I have tried to fix it using "worksheet.Rows().AdjustToContents();" manually, but still is not working.
As a workaround I found two options:
1. Create an excel macro - on each excel opening to Autofit the Rows
```
Private Sub Workbook_Open()
Range("A" & Row & ":N" & Row).EntireRow.AutoFit
End Sub
```
2. Use an older version of the library (0.2.2). In my case, I choose this one.
The library is very useful, thanks for it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.