Edited Unassigned: NullReferenceException when i try to delete a column [15045]
Version: __EPPlus 4.0 Beta 2____Description__deletion of the first column works (at least there is no exception) but when I try to delete the second column I end up with the exception...
View ArticleCreated Unassigned: Create Array Formula [15046]
I try to create an array formula , but it doesn't work, only first cell show the value, others are empty....
View ArticleCreated Unassigned: EPPlus 4.0 Beta version and IFERROR function in excel...
The 4.0 Beta version of EPPlus does not seem to read and evaluate the IFERROR function of Excel correctly. In excel, we see the output of the formula as 0. However, when we try to read that same cell...
View ArticleCreated Unassigned: VLOOKUP fails in Beta 4.0 Beta 2 [15048]
we are use the latest Beta 4.0 Beta 2 available and found that VLOOKUPs do not get fired. Our use case requires us to change some cells in a predefined workbook and fire the calculation refresh. Users...
View ArticleCreated Unassigned: Another "ColumnMax can not span over existing column"...
Hi,I have found another occasion where the error "ColumnMax can not span over existing column" is being raised. This may be related to the issues [14977](https://epplus.codeplex.com/workitem/14977) and...
View ArticleEdited Unassigned: Another "ColumnMax can not span over existing column"...
Hi,I have found another occasion where the error "ColumnMax can not span over existing column" is being raised. This may be related to the issues [14977](https://epplus.codeplex.com/workitem/14977) and...
View ArticleEdited Unassigned: Another "ColumnMax can not span over existing column"...
Hi,With version 4.0, I have found another occasion where the error "ColumnMax can not span over existing column" is being raised. This may be related to the issues...
View ArticleCommented Unassigned: VLOOKUP fails in Beta 4.0 Beta 2 [15048]
we are use the latest Beta 4.0 Beta 2 available and found that VLOOKUPs do not get fired. Our use case requires us to change some cells in a predefined workbook and fire the calculation refresh. Users...
View ArticleCommented Unassigned: EPPlus 4.0 Beta version and IFERROR function in excel...
The 4.0 Beta version of EPPlus does not seem to read and evaluate the IFERROR function of Excel correctly. In excel, we see the output of the formula as 0. However, when we try to read that same cell...
View ArticleCreated Unassigned: NULL values are not considering as empty cells [15050]
When we use LOADFROMDATATABLE method to export the datatable into excel file, if the datatable has NULL value in it the excel file shows empty cells. But when we select only those empty cells, it is...
View ArticleCreated Unassigned: Possible Beta 4 Regression When Saving 'Styles.xml' [15051]
The Beta 4 release appears to have introduced a regression when serializing Styles.xml. The resulting saved .xlsx file cannot be read by Google Sheets. Google Sheets fails with the error "Google Drive...
View ArticleCommented Unassigned: NULL values are not considering as empty cells [15050]
When we use LOADFROMDATATABLE method to export the datatable into excel file, if the datatable has NULL value in it the excel file shows empty cells. But when we select only those empty cells, it is...
View ArticleCommented Unassigned: Possible Beta 4 Regression When Saving 'Styles.xml'...
The Beta 4 release appears to have introduced a regression when serializing Styles.xml. The resulting saved .xlsx file cannot be read by Google Sheets. Google Sheets fails with the error "Google Drive...
View ArticleCreated Unassigned: Issue with Formating the the numbers. [15052]
Hello, Thank you for the opportunity to use your library. Its been a charm for us. workSheet4DataTable.Cells[2, j, rowcount + 1, j] .Style.Numberformat.Format = "#,##0.00;[Red]-#,##0.00";...
View ArticleCreated Unassigned: Excel Export can not be saved any more 4.0.0.1! [15053]
Hello friends,I am trying to use EPPlus 4.0 beta to generate an Excel worksheet,but I recieve always the following error:The CPF database has been loaded.The Excel-Export has started.Der Objektverweis...
View ArticleCommented Unassigned: Cells with Formulas returns null value after editing...
HiI have a workbook created using Excel 2013 with two named ranges, NamedRange1 and NamedRange2. NamedRange1 has 5 cells with numerical values and NamedRange2 has one cell with a formula...
View ArticleCommented Issue: Strange file error using...
First of all, i think the problem is in excel reading the file, but i have to detail a little.I use this great library to open xlsx file from asp.net, add data and stream the file to the client with no...
View ArticleEdited Issue: Issue while saving a modified Excel sheet [13073]
Hi,I am facing issues while saving an updated excelsheet ( excel 2007). I tried to debug the details and this is what is happeningIts failing in Line 1942 where we are calling GetBlockPos method in...
View ArticleCommented Issue: Issue while saving a modified Excel sheet [13073]
Hi,I am facing issues while saving an updated excelsheet ( excel 2007). I tried to debug the details and this is what is happeningIts failing in Line 1942 where we are calling GetBlockPos method in...
View ArticleEdited Unassigned: EPPlus Barchart bars not showing colors for negative value...
I am using a BarClustered chart using EPPlus for Excel Package in C#. I am able to generate the bar chart as required. Only problem I am facing is that when I have a negative value, the bar does not...
View Article