Commented Unassigned: EPPlus corrupts files with shared formulas with error...
I open and save an xlsm file containing shared formulas having error values with EPPlus 4.1.0 like this:```var fi = new FileInfo("sharedFormulas.xlsm");var package = new...
View ArticleEdited Unassigned: Cell Union Operator Selection (commas) Bug in ExcelRange...
I think someone uncovered a bug with the iterator of ExcelRange:http://stackoverflow.com/questions/40870194/epplus-chartpie-barchart-selectedb2-b36-b38-etc-excel-cells/40876125#40876125I came up with...
View ArticleCommented Unassigned: Cell Union Operator Selection (commas) Bug in...
I think someone uncovered a bug with the iterator of ExcelRange:http://stackoverflow.com/questions/40870194/epplus-chartpie-barchart-selectedb2-b36-b38-etc-excel-cells/40876125#40876125I came up with...
View ArticleEdited Unassigned: Column border quantum coupling [15562]
Downgrading to v. 4.0.3 fixed this issue for me.Expected result:- first two rows are bolded- columns 8, 10, 12 and 14 have dotted right borderActual result:- all columns up to column 14 have dotted...
View ArticleCommented Unassigned: Column border quantum coupling [15562]
Downgrading to v. 4.0.3 fixed this issue for me.Expected result:- first two rows are bolded- columns 8, 10, 12 and 14 have dotted right borderActual result:- all columns up to column 14 have dotted...
View ArticleEdited Unassigned: column border quantum coupling [15563]
Downgrading to v 4.0.3 fixed this issue.Code to reproduce below.Expected result: - First two rows are bolded- Columns 8, 10, 12 and 14 get a dotted right border styleActual result:- Every column up to...
View ArticleCommented Unassigned: column border quantum coupling [15563]
Downgrading to v 4.0.3 fixed this issue.Code to reproduce below.Expected result: - First two rows are bolded- Columns 8, 10, 12 and 14 get a dotted right border styleActual result:- Every column up to...
View ArticleEdited Unassigned: worksheet.InsertRow >1024 bug [15564]
worksheet.InsertRow(4, 1025, 3);The formula recorded on line 1026(or 1027) moves to 1025 rowsIf insert less than or equal to 1024 records will not be such a bug.
View ArticleCommented Unassigned: worksheet.InsertRow >1024 bug [15564]
worksheet.InsertRow(4, 1025, 3);The formula recorded on line 1026(or 1027) moves to 1025 rowsIf insert less than or equal to 1024 records will not be such a bug.Comments: Fixed in changeset 33392c36678d
View ArticleEdited Unassigned: Excel crashes after Open and save as [15566]
after this simple piece of code the excel to load this file. ```[TestClass] public class UnitTest1{ private string TemplateFileName = @".\templates\TestWithPivotTablePointingToExcelTableForData.xlsx";...
View ArticleCommented Unassigned: Excel crashes after Open and save as [15566]
after this simple piece of code the excel to load this file. ```[TestClass] public class UnitTest1{ private string TemplateFileName = @".\templates\TestWithPivotTablePointingToExcelTableForData.xlsx";...
View ArticleEdited Unassigned: Adding VBA to a file can lead to a corrupted file...
When loading a file and then using this line:```package.Workbook.CreateVBAProject();```the file can get corrupted. This happens because <sheetPr codeName="" ...> is changed or set incorrectly.I...
View ArticleCommented Unassigned: Adding VBA to a file can lead to a corrupted file...
When loading a file and then using this line:```package.Workbook.CreateVBAProject();```the file can get corrupted. This happens because <sheetPr codeName="" ...> is changed or set incorrectly.I...
View ArticleEdited Unassigned: Comments.Remove on a cell breaks comments in same column...
Version: EPPlus 4.1After removing a comment from a cell, further accesses to comments on other cells of the same column get unexpected results: either cell.Comment returns null even if a comment is...
View ArticleCommented Unassigned: Comments.Remove on a cell breaks comments in same...
Version: EPPlus 4.1After removing a comment from a cell, further accesses to comments on other cells of the same column get unexpected results: either cell.Comment returns null even if a comment is...
View ArticleCommented Unassigned: EPPlus Breaks Table Formulas [15538]
I have an xlsx file with two worksheets. The first worksheet has a table that is populated by the second worksheet. With just opening it as an EPPlus package and saving the package, the table is broken...
View ArticleCreated Unassigned: Non-Contiguous Named Ranges Grow [15576]
Given an Excel spreadsheet with a named region that is non-contiguous, =Sheet1!$D$16:$D$30,Sheet1!$L$16:$L$25, if I open the spreadsheet with the .NET library, then save the spreadsheet with the .NET...
View ArticleCommented Unassigned: Getting a cellvalue in workbook slowing the performance...
Hi , dll version : 4.0.5 I am using countifs formula then calculate function and after that when trying to get the cell value like ( String val22 = (String)SummarysheetModel.Cells[k, 201, k,...
View ArticleCommented Unassigned: EPPlus Breaks Table Formulas [15538]
I have an xlsx file with two worksheets. The first worksheet has a table that is populated by the second worksheet. With just opening it as an EPPlus package and saving the package, the table is broken...
View ArticleCreated Unassigned: v4.1 - We found a problem with some content [15577]
Hi, I am getting that error message using the latest version 4.1 - works find on 4.0.5 but I need some of the new features on the latest version like InsertColumn which copies comments, and notes...
View Article