Edited 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 ArticleCommented 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 ArticleEdited Unassigned: Changing any row height after inserting picture makes it...
After inserting picture I change some other row's height. The result is that picture is square. If I comment out row's height change, picture is rectangular as expected.Image position and size does not...
View ArticleCommented Unassigned: Changing any row height after inserting picture makes...
After inserting picture I change some other row's height. The result is that picture is square. If I comment out row's height change, picture is rectangular as expected.Image position and size does not...
View ArticleCommented Unassigned: Error while use (double) Indirect function [15398]
In a worksheet I have a table. In one of the columns there will be a code of 3 characters. Target is another column with data validation, based on the column with that code. Because I don't know what...
View ArticleClosed Unassigned: Error while use (double) Indirect function [15398]
In a worksheet I have a table. In one of the columns there will be a code of 3 characters. Target is another column with data validation, based on the column with that code. Because I don't know what...
View ArticleClosed 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: Error in Calculate - empty string vs null [15384]
If a formula refers to a blank (value = null) cell, Excel will automatically treat a blank as a value zero (if using in a numeric formula). EPPlus gives a #VALUE! error. However, in EPPlus an empty...
View ArticleClosed 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 ArticleClosed 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 ArticleEdited Unassigned: SUMPRODUCT not working when the arrays are one cell [15376]
I am working on a spreadsheet where the repeating patterns dictate that the SUMPRODUCT is sometimes multiplying a range of one cell by another range of one cell. SUMPRODUCT( A3:A3, D10:D10 )When the...
View ArticleCommented Unassigned: SUMPRODUCT not working when the arrays are one cell...
I am working on a spreadsheet where the repeating patterns dictate that the SUMPRODUCT is sometimes multiplying a range of one cell by another range of one cell. SUMPRODUCT( A3:A3, D10:D10 )When the...
View ArticleEdited Unassigned: InsertColumn(int, int, int) only copies style from first...
Hello,the method InsertColumn(int, int, int) only copies style (background-color, border etc) from first cell. That means, that if you insert a new column, the colors from the first cell are applied to...
View ArticleCommented Unassigned: InsertColumn(int, int, int) only copies style from...
Hello,the method InsertColumn(int, int, int) only copies style (background-color, border etc) from first cell. That means, that if you insert a new column, the colors from the first cell are applied to...
View ArticleEdited Unassigned: Set BackgroundColor before Font.Color.SetColor [15397]
I can be with the same problem as issue 15329.When you run the following configuration, for example:workSheet.Cells ["F: G"] = Style.Fill.PatternType...
View ArticleCommented Unassigned: Set BackgroundColor before Font.Color.SetColor [15397]
I can be with the same problem as issue 15329.When you run the following configuration, for example:workSheet.Cells ["F: G"] = Style.Fill.PatternType...
View ArticleEdited Unassigned: Drawings within a "oneCellAnchor" element are not fully...
In ExcelDrawings.cs, ExcelDrawings.AddDrawings(), there's a switch case which loads up "oneCellAnchor" elements as a basic ExcelDrawing:```case "oneCellAnchor": dr = new ExcelDrawing(this, node,...
View ArticleCommented Unassigned: Drawings within a "oneCellAnchor" element are not fully...
In ExcelDrawings.cs, ExcelDrawings.AddDrawings(), there's a switch case which loads up "oneCellAnchor" elements as a basic ExcelDrawing:```case "oneCellAnchor": dr = new ExcelDrawing(this, node,...
View ArticleEdited Unassigned: Cannot set column width to zero [15373]
If you try, the column retains its default width. Setting the property is effectively ignored.
View ArticleCommented Unassigned: Cannot set column width to zero [15373]
If you try, the column retains its default width. Setting the property is effectively ignored.Comments: Fixed in changeset 4927bfd94201
View Article