Created Unassigned: Cannot re-save due to Formula Length Longer than 8192...
I've created a spreadsheet using EPPlus. It opens fine (I use Excel 2016), but when I try to save it I get the error message:"One or more formulas in this workbook are longer than the allowed limit of...
View ArticleCommented Unassigned: Cannot re-save due to Formula Length Longer than 8192...
I've created a spreadsheet using EPPlus. It opens fine (I use Excel 2016), but when I try to save it I get the error message:"One or more formulas in this workbook are longer than the allowed limit of...
View ArticleCommented Unassigned: Cannot re-save due to Formula Length Longer than 8192...
I've created a spreadsheet using EPPlus. It opens fine (I use Excel 2016), but when I try to save it I get the error message:"One or more formulas in this workbook are longer than the allowed limit of...
View ArticleCreated Unassigned: Merge thows exception after DeleteRow, with fix [15606]
The attached sample demonstrates the problem with Mergin cells after deleting rows.The problem is in ExcelWorksheet.cs function: internal void Clear(ExcelAddressBase Destination)My fix recomendet fix...
View ArticleCreated Unassigned: Exception with Empty Elements [15607]
Some XLSX files (especially those generated from SSRS) have a lot of formatting and whitespace, which causes either an exception (_Unexpected XML declaration. The XML declaration must be the first node...
View ArticleEdited Unassigned: Exception with Empty Elements [15607]
Some XLSX files (especially those generated from SSRS) have a lot of formatting and whitespace, which causes either an exception (_Unexpected XML declaration. The XML declaration must be the first node...
View ArticleCreated Unassigned: 29th February 1900 bug [15608]
HiLove EpPlus - looking forward to it moving to GitHub and maybe contributing at some point. Anyway, I noticed a bug when reading dateTimes out of Excel before 1 March 1900 - it's a crazy historic bug...
View ArticleCommented Unassigned: EPPlus Returns "STG_E_WRITEFAULT" When It Attempts to...
The EPPlus Call to Method "new ExcelPackage(rawStream)" Returns "STG_E_WRITEFAULT" When It Attempts to Read a Valid .xlsx FileThis problem occurs when the EPPlus "ExcelPackage" constructor is called...
View ArticleCreated Unassigned: A few issues [15609]
I'm currently using EPPlus in pretty complicated project and I found some small problems that made my life a little more painful:1. Autofit works poorly. Column widths are too wide for their contents....
View ArticleEdited Unassigned: A few issues [15609]
I'm currently using EPPlus in pretty complicated project and I found some small problems that made my life a little more painful:1. Autofit works poorly. Column widths are too wide for their contents....
View ArticleEdited Unassigned: A few issues [15609]
I'm currently using EPPlus in pretty complicated project and I found some small problems that made my life a little more painful:1. Autofit works poorly. Column widths are too wide for their contents....
View ArticleEdited Unassigned: A few issues [15609]
I'm currently using EPPlus in pretty complicated project and I found some small problems that made my life a little more painful:1: Autofit works poorly. Column widths are too wide for their contents....
View ArticleCreated Unassigned: [4.1.0] Removed parts of RichText are back on save [15610]
Calling RichText.Remove() or RichText.RemoveAt() modifies the collection, but changes are not saved.Attached an example project showing the problem.
View ArticleCreated Unassigned: [4.1.0] Copy of merged range is not merged [15611]
Trying to copy merged range results in unmerged range.Attached an example project showing the problem.
View ArticleCreated Unassigned: [4.1.0] After column insert conditional formatting is not...
After column insert all the values in columns on the right are shifted, but conditional formatting remains in the same place.Attached an example project showing the problem.
View ArticleEdited Unassigned: [4.1.0] After column insert conditional formatting is not...
After column insert all the values in columns on the right are shifted, but conditional formatting remains in the same place.Attached an example project showing the problem.
View ArticleEdited Unassigned: [4.1.0] After column insert conditional formatting is not...
After column insert all the values in columns on the right are shifted, but conditional formatting remains in the same place.Attached an example project showing the problem.The same with column delete.
View ArticleCreated Unassigned: [4.1.0] After column delete print area is not updated...
After column delete all the values in columns on the right are shifted, but print area remains in the same place.Attached an example project showing the problem.
View ArticleCreated Unassigned: [4.1.0] Unhandled exception trying to insert row [15614]
1. Set print area2. Delete all rows with print area.3. Try to insert new row.Attached an example project showing the problem.
View ArticleEdited Unassigned: [4.1.0] Unhandled exception trying to insert row [15614]
1. Set print area.2. Delete all rows with print area.3. Try to insert new row.Attached an example project showing the problem.
View Article