I just found this library, and am amazed at how easy it is to work with. Thanks!
I did notice one slight issue though. I found
```
ws.Cells.AutoFitColumns();
```
to try and Auto Fit the columns (I know, it was a stretch). However, there is a slight anomaly with it.
In my attached image, you'll notice that the last column has an increased width, however it doesn't max to the size of all of the text.
Since I'm using the default method call, is there a "hidden" maximum that it hit and stopped? If that wasn't the last column, would it have filled in all of the way like the other columns?
I did notice one slight issue though. I found
```
ws.Cells.AutoFitColumns();
```
to try and Auto Fit the columns (I know, it was a stretch). However, there is a slight anomaly with it.
In my attached image, you'll notice that the last column has an increased width, however it doesn't max to the size of all of the text.
Since I'm using the default method call, is there a "hidden" maximum that it hit and stopped? If that wasn't the last column, would it have filled in all of the way like the other columns?