Created Unassigned: Formula Calc method ignores calc options. [15433]
The following method:OfficeOpenXml.FormulaParsing.DependencyChainFactory.FollowChain(DependencyChain depChain, ILexer lexer, ExcelWorkbook wb, ExcelWorksheet ws, FormulaCell f, ExcelCalculationOption...
View ArticleCommented Unassigned: [4.0 RC1] Cell.Value sometimes returns "&" instead...
In some cases Value property of a Cell object returns string, that contains "& ;" (without space between 'amp' and ';') instead of valid "&".Comments: I have helper library around of EPP...
View ArticleCommented Unassigned: double saveas create an exception [15252]
if you do a double saveas, an exception will be thrown with "Part already exist"step to reproduce```Using exFile As New ExcelPackage(New FileInfo("c:\book1.xlsx")) For row = 1 To 1000 For col = 1 To...
View ArticleCreated Unassigned: EPPlus cannot perform date math on cells with dates that...
If a cell has a date that is quoted and you call ExcelWorksheet.Calculate or ExcelRange.Calculate on a formula that performs math on that value, EPPlus throws a FormatException with the error "Input...
View ArticleCreated Unassigned: Unexpected behaviour when setting cell Hyperlink and...
Hi,After upgrading from EPPlus 3.1.3 to 4.0.5, a piece of code that was running fine It's now broken. The problem is that if you set a value of a cell BEFORE the Hyperlink property the value is empty....
View ArticleEdited Unassigned: Changing the Address for DataBars in ConditionalFormatting...
Changing the address of a Conditional Formatting rule can in some cases construct invalid XML.Consider the following:```FileInfo file = new FileInfo("original.xlsx");using (ExcelPackage excelPackage =...
View ArticleCommented Unassigned: Changing the Address for DataBars in...
Changing the address of a Conditional Formatting rule can in some cases construct invalid XML.Consider the following:```FileInfo file = new FileInfo("original.xlsx");using (ExcelPackage excelPackage =...
View ArticleCommented Unassigned: epplus 4.0.4: wrong row height [15344]
```OfficeOpenXml.ExcelPackage pkg = new OfficeOpenXml.ExcelPackage( new FileInfo(@"C:\Test\Out\out_file.xlsx") , new FileInfo(@"C:\Test\template_2.xlsx"));pkg.Save();```The template has a line of...
View ArticleCreated Unassigned: Cannot read cell double value when it is incorrectly...
We can reproduce the issue by creating a simple spreadsheet with a cell value 19120072 being formatted as M/d/yyyy.When you open the sheet by excel you will see it as ###########. That means it is not...
View ArticleCommented Unassigned: Cannot read cell double value when it is incorrectly...
We can reproduce the issue by creating a simple spreadsheet with a cell value 19120072 being formatted as M/d/yyyy.When you open the sheet by excel you will see it as ###########. That means it is not...
View ArticleCommented Unassigned: Cannot read cell double value when it is incorrectly...
We can reproduce the issue by creating a simple spreadsheet with a cell value 19120072 being formatted as M/d/yyyy.When you open the sheet by excel you will see it as ###########. That means it is not...
View ArticleEdited Unassigned: Cannot read cell double value when it is incorrectly...
We can reproduce the issue by creating a simple spreadsheet with a cell value 19120072 being formatted as M/d/yyyy.When you open the sheet by excel you will see it as ###########. That means it is not...
View ArticleCommented Unassigned: Cannot read cell double value when it is incorrectly...
We can reproduce the issue by creating a simple spreadsheet with a cell value 19120072 being formatted as M/d/yyyy.When you open the sheet by excel you will see it as ###########. That means it is not...
View ArticleEdited Unassigned: double saveas create an exception [15252]
if you do a double saveas, an exception will be thrown with "Part already exist"step to reproduce```Using exFile As New ExcelPackage(New FileInfo("c:\book1.xlsx")) For row = 1 To 1000 For col = 1 To...
View ArticleCommented Unassigned: double saveas create an exception [15252]
if you do a double saveas, an exception will be thrown with "Part already exist"step to reproduce```Using exFile As New ExcelPackage(New FileInfo("c:\book1.xlsx")) For row = 1 To 1000 For col = 1 To...
View ArticleCommented Unassigned: emails with excel files get filtered out EPPlus 4.0.4...
recently upgraded from 3.1.3.3 to 4.0.4. yesterday got a complaint from a client that emails with excel files attached, created by epplus were getting filtered out and removed in messages sent...
View ArticleCommented Unassigned: Removing Comments Issue [15432]
Hello,We're using version 4.0.5 of EP Plus, which is generally working very well, so thanks for developing this excellent library. We've encountered one issue recently that we're unable to work around...
View ArticleEdited Unassigned: EPPlus cannot perform date math on cells with dates that...
If a cell has a date that is quoted and you call ExcelWorksheet.Calculate or ExcelRange.Calculate on a formula that performs math on that value, EPPlus throws a FormatException with the error "Input...
View ArticleCommented Unassigned: EPPlus cannot perform date math on cells with dates...
If a cell has a date that is quoted and you call ExcelWorksheet.Calculate or ExcelRange.Calculate on a formula that performs math on that value, EPPlus throws a FormatException with the error "Input...
View ArticleEdited Unassigned: DataValidations "Remove" not working and not clearing...
The method "Remove" for DataValidations of a WorkSheet is not working and is throwing an exception that node is not a child node.I think the issue is that following...
View Article