You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using EPPlus for performing calculations based onExcel from a C# application (so we can avoid using Excel server side).
And we're using named cell ranges for referring to particular cell or region in the spreadsheet.
Previously we've been using EPPlus v 4.x.x and i think it worked correctly (however, i might be mistaken)
but after upgrading to 6.2.9 (and 6.2.10 too) EPPlus doesnt consider this reference to be valid excel address:
address = "Sheet1!Table313[#All]"
v = OfficeOpenXml.ExcelAddress.IsValidAddress(address)
//v == false
the address Sheet1!Table313[#All] refers to an Excel Table together with its headers
this is name manager in Excel, showing the problematic reference
The text was updated successfully, but these errors were encountered:
EPPlus usage
Commercial use (I have a commercial license)
Environment
Windows/.Net framework 4.8
Epplus version
6.2.9
Spreadsheet application
Excel
Description
Using EPPlus for performing calculations based onExcel from a C# application (so we can avoid using Excel server side).
And we're using named cell ranges for referring to particular cell or region in the spreadsheet.
Previously we've been using EPPlus v 4.x.x and i think it worked correctly (however, i might be mistaken)
but after upgrading to 6.2.9 (and 6.2.10 too) EPPlus doesnt consider this reference to be valid excel address:
the address Sheet1!Table313[#All] refers to an Excel Table together with its headers
this is name manager in Excel, showing the problematic reference
The text was updated successfully, but these errors were encountered: