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

Commented Unassigned: Part already exist ( Package.Save() ) [15147]

$
0
0
Hi,

I'm unable to save any package that has more than one sheet. I am opening the XLSX file using FileInfo. THe file already has the sheets in it, I'm just printing to them and saving the file. I'm running EPPlus v 4.0.1, Windows Server 2008, .Net Framework 3.5. The XLSX is a regular file created with Office 2013.

Here is the stack trace of the inner exception:
```
Method: Void Save()
Inner exception message: Part already exist
Inner exception trace : at OfficeOpenXml.Packaging.ZipPackage.CreatePart(Uri partUri, String contentType, CompressionLevel compressionLevel)
at OfficeOpenXml.ExcelWorkbook.Save()
at OfficeOpenXml.ExcelPackage.Save()
Inner exception method: OfficeOpenXml.Packaging.ZipPackagePart CreatePart(System.Uri, System.String, OfficeOpenXml.CompressionLevel)
```
Comments: False alarm. I was trying to save the file multiple times. You can close this issue. Thanks

Viewing all articles
Browse latest Browse all 2262

Trending Articles