Commented Unassigned: Repaired Records: Worksheet properties from...
When I create spreadsheet with many worksheets via my site using EPPlus, I get the following error:Excel found unreadable content in ViewData2023_all.xlsx Do you want to recover the contents of this...
View ArticleCreated Unassigned: Workbook XML document is not affected when deleted sheet...
It seems there is a bug related to Pivot tables. When you delete sheet with the pivot table, the workbook XML document is not affected the right way => pivotCaches node still contains pivotCache of...
View ArticleCreated Unassigned: InvalidOperationException [14893]
I get the following error on our server:Unhandled Exception: System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. at...
View ArticleCreated Unassigned: PrintArea does not work if worksheet is renamed [14894]
As stated.PrintArea does not work if worksheet is renamed.Seems like the old one is being used in package\xl\workbook.xmlSample code to reproduce.```Dim xlsx As New OfficeOpenXml.ExcelPackage(New...
View ArticleCommented Unassigned: PrintArea does not work if worksheet is renamed [14894]
As stated.PrintArea does not work if worksheet is renamed.Seems like the old one is being used in package\xl\workbook.xmlSample code to reproduce.```Dim xlsx As New OfficeOpenXml.ExcelPackage(New...
View ArticleCommented Unassigned: InvalidOperationException [14893]
I get the following error on our server:Unhandled Exception: System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. at...
View ArticleCommented Unassigned: InvalidOperationException [14893]
I get the following error on our server:Unhandled Exception: System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. at...
View ArticleCommented Issue: EPPlus on mono [13096]
Actually, that is a mono issue rather than an EPPlus issue.. I have reported it on mono...but there is a quick fix to make the lib work now on mono.in ExcelPackage.cs replacing...
View ArticleCommented Issue: EPPlus on mono [13096]
Actually, that is a mono issue rather than an EPPlus issue.. I have reported it on mono...but there is a quick fix to make the lib work now on mono.in ExcelPackage.cs replacing...
View ArticleCreated Unassigned: Cell styles not cloning properly [14895]
When adding multiple sheets, the additional sheets after the first sometimes get their cell styles improperly associated with a bad style. For example, I had been setting a column to float with 2...
View ArticleCommented Unassigned: InvalidOperationException [14893]
I get the following error on our server:Unhandled Exception: System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. at...
View ArticleCreated Unassigned: DataValidation : Operator property is wrong ( always...
When I read Excel which includes data-validation , the Operator property is always set "any".There are many options when setting data-validation ( between , greaterThan , and so on ... ) , but setting...
View ArticleEdited Unassigned: DataValidation : Operator property is wrong ( always...
When I read Excel which includes data-validation , the Operator property is always set "any".There are many options when setting data-validation ( between , greaterThan , and so on ... ) , but setting...
View ArticleCreated Unassigned: DataValidation : reference to another sheet not work....
When I read Excel with data-validation which refer another sheet, it's not work. The address of validation is missing.
View ArticleEdited Unassigned: DataValidation : Operator property is wrong ( always...
When I read Excel which includes data-validation , the Operator property is always set "any".There are many options when setting data-validation ( between , greaterThan , and so on ... ) , but setting...
View ArticleEdited Unassigned: DataValidation : Operator property is wrong ( always...
When I read Excel which includes data-validation , the Operator property is always set "any".There are many options when setting data-validation ( between , greaterThan , and so on ... ) , but setting...
View ArticleEdited Unassigned: DataValidation : reference to another sheet not work. [14897]
When I read Excel with data-validation which refer another sheet, it's not appear as validation.[Image Shot on Google Drive...
View ArticleEdited Unassigned: DataValidation : reference to another sheet not work. [14897]
When I read Excel with data-validation which refer another sheet, it's not appear as validation.Version Info ----------------------- EPPlus 3.1.3[Image Shot on Google Drive...
View ArticleCreated Unassigned: When Excel workbook contains an invalid date, EPPlus...
Hello,When i try to open a excel file which contains a cell containing an invalid date, Excel displays it with ####### into the cell and 3778816,1688361 into the edit bar. But when I try to open the...
View ArticleEdited Unassigned: When Excel workbook contains an invalid date, EPPlus...
Hello,When i try to open a excel file which contains a cell containing an invalid date, Excel displays it with ####### into the cell and 3778816,1688361 into the edit bar. But when I try to open the...
View Article