Created Unassigned: LoadFromText does not evaluate formulas [15424]
Loading CSV files using LoadFromText does not evaluate Excel formulas contained in the CSV files. Not even simple ones like simple booleans (TRUE, FALSE).See also this SO posting:...
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 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: UpdateFormulaReferences: False AddressType for...
There is an issue with NamedRanges with names like "BLZ", "BLI" and so on up to "XFD" (name of the last column in Excel).If you insert a new column with _ws.InsertColumn(10,1)_...
View ArticleCreated Unassigned: Image resizing when column resizes [15426]
Ok, so this is driving me crazy. I have lost days trying to solve this and I cant work it out!I have created a beautiful excel report, with images column A. I need to resize column A but this causes...
View ArticleEdited Unassigned: Image resizing when column resizes [15426]
Ok, so this is driving me crazy. I have lost days trying to solve this and I cant work it out!I am using version 4.0.5I have created a beautiful excel report, with images column A. I need to resize...
View ArticleCommented Unassigned: Image resizing when column resizes [15426]
Ok, so this is driving me crazy. I have lost days trying to solve this and I cant work it out!I am using version 4.0.5I have created a beautiful excel report, with images column A. I need to resize...
View ArticleCommented Unassigned: Problem saving spreadsheet with PivotTables [15266]
Latest version throwing an exception in ExcelWorkSheet.cs method SavePivotTables when using a template with pivot tables.problem line ```var ws =...
View ArticleCreated Unassigned: Changing named style only by open+save [15427]
After days of trying to solve this mistery, I finally gave up, and asking for your help:So I have got this excel with a style named "Normal" and it has a Built-in Id 0 (don't know if it matters at...
View ArticleCreated Unassigned: Crash when encountering empty hyperlink [15428]
Hyperlinks can be added in the following way using VBA:```ws.Hyperlinks.Add Anchor:=r, Address:="", SubAddress:=""```I.e. without any target. Note that such hyperlinks can't be created from the Add...
View ArticleCreated 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: 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: Sheet reference in formula lost if any row deleted [15224]
Hi,I am trying to call DeleteRow based on condition, however, after the call, the rows below this, are updated and any formula cells using other sheets have missing sheet reference.Code used is...
View ArticleCreated Unassigned: Unable to save workbooks that contain PivotTables that...
EPPlus throws an error "The cachesource is not a worksheet" when attempting to save a workbook that contains a pivotTable with an external connection as the data source with the following stacktrace:...
View ArticleEdited Unassigned: Unable to save workbooks that contain PivotTables that use...
EPPlus throws an error "The cachesource is not a worksheet" when attempting to save a workbook that contains a pivotTable with an external connection as the data source with the following stacktrace:...
View ArticleCommented Unassigned: Unable to save workbooks that contain PivotTables that...
EPPlus throws an error "The cachesource is not a worksheet" when attempting to save a workbook that contains a pivotTable with an external connection as the data source with the following stacktrace:...
View ArticleCreated Unassigned: What version of AdventureWorks database is used by EPPlus...
Does anyone know which version of AdventureWorks is used by the sample project for EPPlus 4.0.5? I have AdventureWorks2008R2 on my server. I changed the connection string to access AdventureWorks2008R2...
View ArticleCommented Unassigned: Huge Memory Leaks in Library [14878]
Hello,Thanks for the Great Library.But after some usage i have found huge Memory Leaks.Currently my purpose is to read a Huge file and process it.But Performance was very bad even after All Reading was...
View ArticleCommented Unassigned: Save prompt when opening exported file with formulas...
When I save excel with formulas and open it, and then immediately close it without making any changes, it asks me to save changes. It confuses the user.I have found old issues about this behavior, and...
View ArticleCreated 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 Article