Created Unassigned: Error inserting columns in my template [15195]
Hi guys,I found another error when I insert columns in my template.Regards, Nicholls
View ArticleEdited Unassigned: Error inserting columns in my template [15195]
Hi guys,I found another error when I insert columns in my template. See the output fileRegards, Nicholls
View ArticleEdited Unassigned: Removed Part: Drawing shape [15167]
I attach input.xlsx. When I open this file with EPPlus, delete a given worksheet and create a new worksheet, then this results in output.xlsx, which is also attached. When I open output.xlsx in Excel,...
View ArticleEdited Unassigned: Error inserting columns in my template [15195]
Hi guys,I found another error when I insert columns in my template. See the output fileSee:...
View ArticleCommented Issue: ExcelWorksheet.GetWorkSheetXml returns invalid XML [14788]
A try to open an XLSX file created by a 3rd party application, but reading the p.Workbook.Worksheets property fails with the following exception:System.Xml.XmlException: Unexpected XML declaration. The...
View ArticleCommented Unassigned: XmlException on loading some xlsx files. [14948]
If we load xlsx file created by some accounting software, access to Workbook.Worksheets lead to XmlException: Unexpected XML declaration. The XML declaration must be the first node in the document, and...
View ArticleCommented Unassigned: Is EPPlus Dead? [14951]
It does not look like any updates since 2012, despite the numerous items in the Issues tab. Has the main developers moved on to something else?Comments: Looks like he was working on version 4 :)
View ArticleCreated Unassigned: Delete column with save corrupts output file [15196]
The DeleteColumn appears to work in memory but when the package is saved following a delete column the file is corrupt and so is the in memory version of the associated worksheet.I've attached a file...
View ArticleCreated Unassigned: LoadFromCollection returns incorrect range (two rows) for...
LoadFromCollection method returns incorrect range when used with single element input collection - it returs a range with two rows.Below is my workaround for this problem:public static ExcelRangeBase...
View ArticleEdited Unassigned: Error inserting columns in my template [15195]
Hi guys,I found another error when I insert columns in my template. See the output fileSee the error:...
View ArticleCommented Unassigned: Delete column with save corrupts output file [15196]
The DeleteColumn appears to work in memory but when the package is saved following a delete column the file is corrupt and so is the in memory version of the associated worksheet.I've attached a file...
View ArticleCommented Unassigned: Error inserting columns in my template [15195]
Hi guys,I found another error when I insert columns in my template. See the output fileSee the error:...
View ArticleCreated Unassigned: Error in formulas with delete rows [15198]
Hi guys! :)I found an error with the formulas in cells after deleting...
View ArticleEdited Unassigned: Problem with TotalsRowFunction in 4.0 beta [15084]
I think I found a bug in the 4.0 beta. It has to do with the TotalsRowFunction on a table. I've attached a sample app to reproduce the bug with sample outputs from both the latest 4.0.0.1 and 3.1.3.0...
View ArticleCommented Unassigned: Problem with TotalsRowFunction in 4.0 beta [15084]
I think I found a bug in the 4.0 beta. It has to do with the TotalsRowFunction on a table. I've attached a sample app to reproduce the bug with sample outputs from both the latest 4.0.0.1 and 3.1.3.0...
View ArticleEdited Unassigned: An item with the same key has already been added [15120]
I upgraded 4.0.1 v. but I have an error.Exception : An item with the same key has already been added```//GC.Collect(); var excelPath = new FileInfo(epath); ExcelPackage pck = new...
View ArticleCommented Unassigned: An item with the same key has already been added [15120]
I upgraded 4.0.1 v. but I have an error.Exception : An item with the same key has already been added```//GC.Collect(); var excelPath = new FileInfo(epath); ExcelPackage pck = new...
View ArticleEdited Unassigned: XmlException on loading some xlsx files. [14948]
If we load xlsx file created by some accounting software, access to Workbook.Worksheets lead to XmlException: Unexpected XML declaration. The XML declaration must be the first node in the document, and...
View ArticleCommented Unassigned: XmlException on loading some xlsx files. [14948]
If we load xlsx file created by some accounting software, access to Workbook.Worksheets lead to XmlException: Unexpected XML declaration. The XML declaration must be the first node in the document, and...
View ArticleEdited Unassigned: Error opening the file after unmerge cells and delete a...
Hi guys! :DI tried with the last commit of EPPlus and the error still occurs.Regards, Nicholls
View Article