Commented Unassigned: ws.InsertColumn throw exception in some sheets [15145]
The workbook attached.For sheet 1, "ws.InsertColumn(3, 1);" throws exception "ColumnMax can not span over existing column 10." while sheet 3 works correctly although they looks same.Test case: using...
View ArticleCreated Unassigned: ExcelRangeBase.Copy() failed [15146]
Exception "Non-negative number required.", test code attached (works in v3): private static void Main(string[] args){ var template = new FileInfo(@"..\Template.xlsx"); const string output =...
View ArticleCommented Unassigned: ExcelRangeBase.Copy() failed [15146]
Exception "Non-negative number required.", test code attached (works in v3): private static void Main(string[] args){ var template = new FileInfo(@"..\Template.xlsx"); const string output =...
View ArticleCommented Unassigned: ws.InsertColumn throw exception in some sheets [15145]
The workbook attached.For sheet 1, "ws.InsertColumn(3, 1);" throws exception "ColumnMax can not span over existing column 10." while sheet 3 works correctly although they looks same.Test case: using...
View ArticleCommented Unassigned: ws.InsertColumn throw exception in some sheets [15145]
The workbook attached.For sheet 1, "ws.InsertColumn(3, 1);" throws exception "ColumnMax can not span over existing column 10." while sheet 3 works correctly although they looks same.Test case: using...
View ArticleCreated Unassigned: Part already exist ( Package.Save() ) [15147]
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...
View ArticleEdited Unassigned: Part already exist ( Package.Save() ) [15147]
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...
View ArticleCommented Unassigned: Part already exist ( Package.Save() ) [15147]
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...
View ArticleCommented Unassigned: ws.InsertColumn throw exception in some sheets [15145]
The workbook attached.For sheet 1, "ws.InsertColumn(3, 1);" throws exception "ColumnMax can not span over existing column 10." while sheet 3 works correctly although they looks same.Test case: using...
View ArticleCreated Unassigned: Couple bugs relate to PageIndex.RowCount has negative...
Hi,Just found couple bugs relate to PageIndex.RowCount has negative value, involves Copy/Delete cells.Source of the negative value is CellStore.DeleteCells() Tried to fix one of them in the previous...
View ArticleCreated Unassigned: Row copy act incorrectly [15149]
Hi,Another bug found in row copy, no exception but the output doesn't seem be right.demo project attached.
View ArticleCreated Unassigned: ExcelRangeBase.Clear() doesn't act as expected [15150]
Hi,Sorry, just found another bug.ExcelRangeBase.Clear() doesn't act as expected (nothing be cleared). No exception though.Demo project attached.Thanks,-Steven
View ArticleCreated Unassigned: Problem Deserializing Comments from an Excel File created...
We are using EPPlus to read an Excel .xlsx file created by Google Sheets. The original Google Sheets document contains both "Comments' and 'Notes' in the cells of the header row. When EPPlus reads the...
View ArticleCreated Unassigned: Pivot Rowfields in wrong order [15152]
When adding multiple PivotFields as RowFields, the fields are not in the correct order.Changing the code in sample12.cs from pivotTable1.RowFields.Add(pivotTable1.Fields[4]);to...
View ArticleEdited Unassigned: Rgb property return empty value in ExcelColor [15142]
Hi people! I try to get a Rgb value from style of a cell but this return a empty value. __EPPlus Version 4.0.1, change set...
View ArticleCreated Unassigned: HorizontalAlignment return incorrect value directly from...
Hi people! I need to capture the style from a range or cell, but when I try to get the values from the style these are incorrect.```var cell = worksheet.Cells["C5"];cell.Style.HorizontalAlignment =...
View ArticleCreated Unassigned: Constructor Invokation is not thread-safe [15154]
Simple MVC 5 application. Upload a bunch of valid Excel files. Try to simultaneously invoke new ExcelPackage() on their streams using Parallel LINQ. Get a COMException as a result. But if one wraps...
View ArticleEdited Unassigned: Constructor Invokation is not thread-safe [15154]
Simple MVC 5 application. Upload a bunch of valid Excel files. Try to simultaneously invoke new ExcelPackage() on their streams using Parallel LINQ. Get a COMException as a result. But if one wraps...
View ArticleEdited Unassigned: [4.0.1.1] Constructor invocation (new ExceplPackage) is...
Simple MVC 5 application. Upload a bunch of valid Excel files. Try to simultaneously invoke```new ExcelPackage(file.InputStream)```on their streams using Parallel LINQ:```files.AsParallel().ForAll(file...
View ArticleEdited Unassigned: [4.0.1.1] Constructor invocation (new ExceplPackage) is...
Simple MVC 5 application. Upload a bunch of valid Excel files. Try to simultaneously invoke```new ExcelPackage(file.InputStream)```on their streams using Parallel LINQ:```files.AsParallel().ForAll(file...
View Article