Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 2262

Commented Unassigned: Seemingly arbitrary cells are unformatted on package save [14995]

$
0
0
In some cases that I haven't been able to determine a well-descriptive pattern for, EPPlus 3.1.3.3 seems to unformat (or at least corrupt the formatting of) certain cells on worksheets.

See the attached input and output xlsx files. The output file's Sheet1!D3 cell has been unformatted.

This is a method body snippet that suffices to reproduce the output from the input:

```
var path = @"C:\path\to\file.xlsx";
var fi = new FileInfo(path);
var ep = new ExcelPackage(fi);
ep.Save();
```
Comments: Fixed in latest source code (Default Branch, 4.0). This occured when the normal style was not the first in the collection

Viewing all articles
Browse latest Browse all 2262

Trending Articles