Created Unassigned: Problem when I deleted a row. [15283]
I have the first and the second row. The second row has a merged columns.When I delete the first row, the Merge properties of the second row will not apply when it becomes the first row.
View ArticleCreated Unassigned: After delete the column , only the column is cleared [15284]
on ExcelWorksheet.DeleteRow```public void DeleteRow(int rowFrom, int rows)..._values.Delete(rowFrom, 0, rows, ExcelPackage.MaxColumns);```on CellStore.Delete```internal void Delete(int fromRow, int...
View ArticleCreated Feature: TableCollection.Delete should optionally clear the range....
Sublect says all. Implemented already.
View ArticleCreated Unassigned: "Object Reference Not Set to an Instance of an Object"...
I am trying to create a workbook and send it to the response stream. Any time I call a 'save' method, I get the error "Object Reference Not Set to an Instance of an Object". Below is the code I'm...
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 ArticleEdited Unassigned: ExcelBorderXml | diagonalUp and diagonalDown fields are...
The internal fields ___diagonalUp__ and ___diagonalDown__ fields of the class __ExcelBorderXml__ are not parsed from Xml, when opening an excel file. This leads to the effect, that programmatical cells...
View ArticleCommented Unassigned: ExcelBorderXml | diagonalUp and diagonalDown fields are...
The internal fields ___diagonalUp__ and ___diagonalDown__ fields of the class __ExcelBorderXml__ are not parsed from Xml, when opening an excel file. This leads to the effect, that programmatical cells...
View ArticleCreated Unassigned: Cannot save workbook containing a chart sheet [15287]
Hi,When I try to save my workbook, I get following exeption:> System.InvalidOperationException was unhandled> HResult=-2146233079> Message=Error saving file...
View ArticleEdited Unassigned: Cannot save workbook containing a chart sheet [15287]
Hi,When I try to save my workbook, I get following exeption:> System.InvalidOperationException was unhandled> HResult=-2146233079> Message=Error saving file C:\Test.xlsx> Source=EPPlus>...
View ArticleEdited Unassigned: Cannot save workbook containing a chart sheet [15287]
Hi,When I try to save my workbook, I get following exeption:> System.InvalidOperationException was unhandled> HResult=-2146233079> Message=Error saving file C:\Test.xlsx> Source=EPPlus>...
View ArticleEdited Unassigned: Cannot save workbook containing a chart sheet [15287]
Hi,When I try to save my workbook, I get following exeption:> System.InvalidOperationException was unhandled> HResult=-2146233079> Message=Error saving file C:\Test.xlsx> Source=EPPlus>...
View ArticleCommented Unassigned: Cannot save workbook containing a chart sheet [15287]
Hi,When I try to save my workbook, I get following exeption:> System.InvalidOperationException was unhandled> HResult=-2146233079> Message=Error saving file C:\Test.xlsx> Source=EPPlus>...
View ArticleCreated Unassigned: want to check excel sheet contains formula or not? IS it...
I want to check excel sheet contains formula or not? IS it possible in Eppplus code?
View ArticleCommented Unassigned: Getting Null reference Exception on Calculation of...
Hi,On using the EPPlus API, I am able to see the simple formulas are evaluated properly but on the complex formulas I am getting null reference exception from the solution, whereas it is working...
View ArticleCreated Unassigned: Deleting a worksheet with a pivot table and recreating it...
You get two lines like this:<pivotCache cacheId="1" r:id="rId4" /><pivotCache cacheId="1" r:id="rId7" />Excel complains about corruption. Deleting one line manually fixes it.
View ArticleCreated Unassigned: Formulas that use named ranges fail to compute [15290]
The attached example sheet has two worksheets. In the first sheet, column 4 has a formula of the form:INDEX(INDIRECT($B2),MATCH($A2,Rows,0),MATCH(D$1,Columns,0))Where:$B2 == "MAR"In the Name Manager,...
View ArticleCreated Unassigned: AddComment: The required attribute 'authorId' is missing...
I'm adding many comments into an excel file. Everything works fine in first edited sheet, but in second one EPPLUS doesn't store AuthorList :<x:authors...
View ArticleCommented Unassigned: AddComment: The required attribute 'authorId' is...
I'm adding many comments into an excel file. Everything works fine in first edited sheet, but in second one EPPLUS doesn't store AuthorList :<x:authors...
View ArticleCreated Unassigned: formula evaluation when data in cell is a byte [15292]
I was running into an error where formulas were not being evaluated/computed. After trying to simplify the formula in my scenario, it ultimately came down to the fact that I had been putting values of...
View ArticleCommented Unassigned: Object not referenced exception on SavePivotTables [15282]
Hello,I'm currently reading an Excel file containing a pivot table. When I modifed the file and saved it, I got this exception. After some investigations, it seems that the issue is coming from the...
View Article