Edited Unassigned: String Concatenation Formula Error [15064]
Using the version 4 Beta, I'm getting incorrect results when using the Calculate method on my worksheet. Below is my example Unit Test code to show the issue. This is the unit test error message,...
View ArticleCreated Unassigned: ExcelRangeBase.Copy [15070]
Hello I'm encountering this issue wherein am trying to copy cell range like code below: ```var oWs = package.Workbook.Worksheets["FormatSheet"];var oRow = oWs.Cells[String.Format("{0}:{0}",1)]; var...
View ArticleCreated Unassigned: Issue with special characters in cache formula values...
Using the latest v4 Beta build, I've found that it doesn't properly "clean" cached formula results. So, when editing a pre-existing worksheet, where a formula had previously returned the text "IF V...
View ArticleCommented Unassigned: Issue with special characters in cache formula values...
Using the latest v4 Beta build, I've found that it doesn't properly "clean" cached formula results. So, when editing a pre-existing worksheet, where a formula had previously returned the text "IF V...
View ArticleCreated Unassigned: Calculation Error With Excel Address [15072]
When trying to calculate a formula as simple as "YEAR(A1)" where A1 is filled with a date time, the calculation fails.
View ArticleCreated Unassigned: In Beta 4, formulas containing the "" operator are not...
My Excel spreadsheet contains a Date in column A and the following formula in column B.```=IF([@IssueDate]<>"",TODAY()-[@IssueDate],"")```When the 'Compute' method is called, the result '#VALUE!'...
View ArticleCreated Unassigned: In Beta 4, formulas including Dates may return "#VALUE!"...
My Excel spreadsheet contains a Date in column A and the following formula in column B.```=IF([@IssueDate]<>"",TODAY()-[@IssueDate],"")```When the 'Compute' method is called, the result '#VALUE!'...
View ArticleCreated Unassigned: Autofit columns doesn't work with columns whit format...
Hi.I use this code to fit the columns:```ws.Cells(ws.Dimension.Address).Worksheet.DefaultColWidth = 1ws.Cells(ws.Dimension.Address).AutoFitColumns()```If I don't use DefaultColWidth the columns are TOO...
View ArticleEdited Issue: In Beta 4, formulas including Dates may return "#VALUE!" rather...
My Excel spreadsheet contains a Date in column A and the following formula in column B.```=IF([@IssueDate]<>"",TODAY()-[@IssueDate],"")```When the 'Compute' method is called, the result '#VALUE!'...
View ArticleCommented Issue: In Beta 4, formulas including Dates may return "#VALUE!"...
My Excel spreadsheet contains a Date in column A and the following formula in column B.```=IF([@IssueDate]<>"",TODAY()-[@IssueDate],"")```When the 'Compute' method is called, the result '#VALUE!'...
View ArticleClosed Issue: In Beta 4, formulas including Dates may return "#VALUE!" rather...
My Excel spreadsheet contains a Date in column A and the following formula in column B.```=IF([@IssueDate]<>"",TODAY()-[@IssueDate],"")```When the 'Compute' method is called, the result '#VALUE!'...
View ArticleClosed Unassigned: In Beta 4, formulas containing the "" operator are not...
My Excel spreadsheet contains a Date in column A and the following formula in column B.```=IF([@IssueDate]<>"",TODAY()-[@IssueDate],"")```When the 'Compute' method is called, the result '#VALUE!'...
View ArticleEdited Issue: Calculation Error With Excel Address [15072]
When trying to calculate a formula as simple as "YEAR(A1)" where A1 is filled with a date time, the calculation fails.
View ArticleClosed Issue: Calculation Error With Excel Address [15072]
When trying to calculate a formula as simple as "YEAR(A1)" where A1 is filled with a date time, the calculation fails.Comments: Thanks. /MA
View ArticleClosed Issue: Calculation Error With ExcelAddressExpression [15067]
Given the following unit test the calculation results in an incorrect value.```[TestMethod]public void Calculation7(){ var pck = new ExcelPackage(); var ws = pck.Workbook.Worksheets.Add("Calc1");...
View ArticleEdited Unassigned: String Concatenation Formula Error [15064]
Using the version 4 Beta, I'm getting incorrect results when using the Calculate method on my worksheet. Below is my example Unit Test code to show the issue. This is the unit test error message,...
View ArticleClosed Unassigned: String Concatenation Formula Error [15064]
Using the version 4 Beta, I'm getting incorrect results when using the Calculate method on my worksheet. Below is my example Unit Test code to show the issue. This is the unit test error message,...
View ArticleCreated Unassigned: Calculated Fields in PIVOT [15076]
Hi, we use some versions of your library, 4.0 for fast large plain reports, 3.2 for complex pivots and reports,and for pivot library has very large set of functions, but has no Calculated...
View ArticleEdited Unassigned: Whitespace String Literals Trimmed In FormulaParsing [15024]
Hello,When trying to parse a formula such as =FIND(" ","FirstName LastName") it fails because OfficeOpenXml.FormulaParsing.LexicalAnalysis.TokenizerContext.CurrentTokenHasValue trims the string literal...
View ArticleCommented Unassigned: String Concatenation Formula Error [15064]
Using the version 4 Beta, I'm getting incorrect results when using the Calculate method on my worksheet. Below is my example Unit Test code to show the issue. This is the unit test error message,...
View Article