Edited Unassigned: The same local name in two different worksheets [15386]
I use local name ranges for calculations (i.e. their scope is only within a particular sheet), rather than global named ranges, which apply to an entire workbook. If I have two sheets in a workbook...
View ArticleCommented Unassigned: Formulas within existing rows are corrupted when a new...
Formulas within existing rows are corrupted when a new row is added. Formulas that reference another worksheet within the same workbook are corrupted when a new row is inserted. The error is occurring...
View ArticleEdited Unassigned: IGNORE - The same local name in two different worksheets...
I use local name ranges for calculations (i.e. their scope is only within a particular sheet), rather than global named ranges, which apply to an entire workbook. If I have two sheets in a workbook...
View ArticleCommented Unassigned: Formulas within existing rows are corrupted when a new...
Formulas within existing rows are corrupted when a new row is added. Formulas that reference another worksheet within the same workbook are corrupted when a new row is inserted. The error is occurring...
View ArticleEdited Unassigned: Copying a worksheet from xlsx to xlsm file [15386]
[NOTE I have repurposed my issue to report what I think is an actual EPPlus issue, rather than me being an idiot]EPPlus throws an exception when I copy a worksheet from Book1.xlsx to Book2.xlsm. I can...
View ArticleEdited Unassigned: Copying a worksheet from xlsx to xlsm file [15386]
EPPlus throws an exception when I copy a worksheet from Book1.xlsx to Book2.xlsm. I can fix the null reference exception in my copy of your code by only copying the VBA code across if Copy.CodeModule...
View ArticleCreated Unassigned: ExcelRow.Height sets wrong height to ALL drawings in...
I add some picture (Drawings) with EditAs = OneCell (default) and set size, then change some row's height, after that, all drawing's heights are changed (changed value is equal to width size).following...
View ArticleCreated Unassigned: ClosedXML files are empty [15388]
I'm using EPPlus to open an .xlsx file generated with ClosedXML library and unfortunately something gets wrong, since the file is opened as an empty worksheet with no data (rows and columns collections...
View ArticleCommented Unassigned: emails with excel files get filtered out EPPlus 4.0.4...
recently upgraded from 3.1.3.3 to 4.0.4. yesterday got a complaint from a client that emails with excel files attached, created by epplus were getting filtered out and removed in messages sent...
View ArticleCreated Unassigned: Remove DotNetZip from source [15389]
Why DotNetZip source is included ins source code of EPPlus?I have OutOfMemoryException when exporting large amount of data. I've removed DotNetZip and replaced it with Nuget package. Now I can export...
View ArticleCommented Unassigned: Copying a worksheet from xlsx to xlsm file [15386]
EPPlus throws an exception when I copy a worksheet from Book1.xlsx to Book2.xlsm. I can fix the null reference exception in my copy of your code by only copying the VBA code across if Copy.CodeModule...
View ArticleCreated Unassigned: ExcelPicture.SetPosition(int Row, int RowOffsetPixels,...
I have some trouble with this method:```ExcelPicture.SetPosition(int Row, int RowOffsetPixels, int Column, int ColumnOffsetPixel) ```Code example```ExcelPackage pck = new ExcelPackage();ExcelWorksheet...
View ArticleCreated Unassigned: ExcelPicture.SetPosition(int Row, int RowOffsetPixels,...
If you add an image with too much negative offset, you get a unfortunate bug that only shows up if you change the excel document later on.To reproduce, run this```ExcelPackage pck = new...
View ArticleCreated Unassigned: Scatterchart line [15392]
Hi i created scatterchart excel from c# code.i got excel as needed.bt i need one help from you ,not connceted a points in graph.only show the points. for your reference here attached my excel sheet.
View ArticleCreated Unassigned: Try to open Worksheet ends in endless loop - bug in...
Hi Colleagues,I open several XLS with EPPPlus, all fine. But some lead to an endless loop while the file opens just fine in Excel.I tried to nail down the issue, here is what I found://Excerpt from...
View ArticleCreated Unassigned: Update External Links Property needed [15394]
Hi EPPlus developers,we need two properties of Excel Workbook: one to switch UpdateExternalLinks mode (__updateLinks__: always, never, userSet) and one to manage whether external Links data will be...
View ArticleCreated Unassigned: Issue saving complex string value [15395]
When I try to insert a DataTable using```sheet.Cells["A1"].LoadFromDataTable(data, true);```if the DataTable contains a string column containing large complex data, in my case a geometry GeoJson or KML...
View ArticleCommented Unassigned: Issue saving complex string value [15395]
When I try to insert a DataTable using```sheet.Cells["A1"].LoadFromDataTable(data, true);```if the DataTable contains a string column containing large complex data, in my case a geometry GeoJson or KML...
View ArticleCommented Unassigned: EPPlus 4.0 RC. InsertRow not correct! [15090]
Function InsertRow(int,int, int ) does not work properly.```ExcelPackage p = new ExcelPackage(new FileInfo(@"C:\b.xlsx"), new FileInfo(@"C:\a.xlsx"));ExcelWorksheet sheet =...
View ArticleCreated Unassigned: Version 4.0.4 produces OleDB unreadable workbook [15396]
Hi EPPlus team,an issue with reading xlsx by OleDB reader was found since we have upgraded EPPlus library from 2.8.0.2 to 4.0.4.0.In case of 4.0.4 output throws OleDbConnection.Open exception: >...
View Article