Created Unassigned: Deleting row from table resizes table incorrectly [9418]
I am greatly enjoying ClosedXml but have run into an issue when deleting a row from a table.The issue seems to be that while the row indeed is deleted, the last (undeleted) row of the table ends up...
View ArticleCreated Unassigned: When trying to retrieve value of a formula, ClosedXML...
I am using ClosedXML 0.76.0 to build my application, which handles Excel files.At one moment, I populate an Excel file with formulas. So far, so good.The user then gets this file and fills in values...
View ArticleEdited Unassigned: When trying to retrieve value of a formula, ClosedXML...
I am using ClosedXML 0.76.0 to build my application, which handles Excel files.At one moment, I populate an Excel file with formulas. So far, so good.The user then gets this file and fills in values...
View ArticleEdited Unassigned: When trying to retrieve value of a formula, ClosedXML...
I am using ClosedXML 0.76.0 to build my application, which handles Excel files.At one moment, I populate an Excel file with formulas. So far, so good.The user then gets this file and fills in values...
View ArticleEdited Unassigned: When trying to retrieve value of a formula, ClosedXML...
I am using ClosedXML 0.76.0 to build my application, which handles Excel files.At one moment, I populate an Excel file with formulas. So far, so good.The user then gets this file and fills in values...
View ArticleCommented Unassigned: When trying to retrieve value of a formula, ClosedXML...
I am using ClosedXML 0.76.0 to build my application, which handles Excel files.At one moment, I populate an Excel file with formulas. So far, so good.The user then gets this file and fills in values...
View ArticleCommented Unassigned: Formula evaluation fails with single quotes in...
This seems rather fundamental, but after an extensive search I can't seem to find anything related to a problem I'm having. I'm getting a "Identifier Expected" error when trying to evaluate a formula...
View ArticleCommented Unassigned: When trying to retrieve value of a formula, ClosedXML...
I am using ClosedXML 0.76.0 to build my application, which handles Excel files.At one moment, I populate an Excel file with formulas. So far, so good.The user then gets this file and fills in values...
View ArticleCommented Unassigned: When trying to retrieve value of a formula, ClosedXML...
I am using ClosedXML 0.76.0 to build my application, which handles Excel files.At one moment, I populate an Excel file with formulas. So far, so good.The user then gets this file and fills in values...
View ArticleNew Post: IntegerExtension.ToStringLookup not threadsafe?
I get a similar error: System.ArgumentException: An item with the same key has already been added. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at...
View ArticleCreated Unassigned: Error when openning of file [9420]
Hello.I have a trouble with openning one specific excel file (in attachment)When I try to open it:```XLWorkbook workbook = new XLWorkbook(path);```I have an error:```Exception:Thrown: "Value was either...
View ArticleCommented Unassigned: Error when openning of file [9420]
Hello.I have a trouble with openning one specific excel file (in attachment)When I try to open it:```XLWorkbook workbook = new XLWorkbook(path);```I have an error:```Exception:Thrown: "Value was either...
View ArticleNew Post: Export as DataTable
I'm new at ClosedXML and was wondering if there is an easy way to export or save as a datatable or do I just need to loop the rows and columns? There is a great way to load a datatable and I was...
View ArticleCommented Unassigned: System.OutOfMemoryException in v0.68.0.10, regression?...
Hello,In order to improve the speed of reading/writing of Excel files, I have recently updated ClosedXML from v0.64.0.0 to v0.68.0.10.The kind of Excel file that I deal with is a big file, embedding a...
View ArticleCommented Unassigned: System.OutOfMemoryException in v0.68.0.10, regression?...
Hello,In order to improve the speed of reading/writing of Excel files, I have recently updated ClosedXML from v0.64.0.0 to v0.68.0.10.The kind of Excel file that I deal with is a big file, embedding a...
View ArticleNew Post: Loading SSRS Excel spreadsheet throws Object reference not set error
Same here using EXCELOPENXML. It looks like SSRS is putting invalid characts into the XML. It may be related to this EPPlus thread: https://epplus.codeplex.com/workitem/14948 Haven't found a way around...
View ArticleClosed Unassigned: Error when openning of file [9420]
Hello.I have a trouble with openning one specific excel file (in attachment)When I try to open it:```XLWorkbook workbook = new XLWorkbook(path);```I have an error:```Exception:Thrown: "Value was either...
View ArticleCreated Unassigned: While Writing to Excel file its throwing an error "'.',...
Hi All,While Writing to Excel File using the ClosedXML facing an issue. Above is the error mentioned into caption which I am getting.Have attached the Excel File which I am trying to Write by passing...
View ArticleCommented Unassigned: While Writing to Excel file its throwing an error "'.',...
Hi All,While Writing to Excel File using the ClosedXML facing an issue. Above is the error mentioned into caption which I am getting.Have attached the Excel File which I am trying to Write by passing...
View ArticleNew Post: AdjustToContent is very slow
@DeLeon, can you elaborate on the threading issues? I can't find no threading in ClosedXml. I have the same issue with AdjustToContents beeing slow. We generate a quite large excel sheet. ~20k rows and...
View Article