New Post: "unreadable content" error when opening Excel file created via...
SolanumVexus wrote: I was getting a very similar error when downloading Excel files from an ASP.NET site. Turns out I also needed the Content-Length header. Here's a code snippet:  MemoryStream...
View ArticleCommented Unassigned: Slow performance of IXLRow.InsertRowsAbove() /...
Inserting lots of rows gets disproportionately slower the more rows you insert.worksheet.Rows(1).InsertRowsBelow(1000); - OKworksheet.Rows(1).InsertRowsBelow(10000); -...
View ArticleNew Post: It's very slow when insert new row with bigger rownumber
I try to add some rows in the excel,and is used like below: worksheet.Rows(1).InsertRowsBelow(1000); - OK worksheet.Rows(1).InsertRowsBelow(10000); - Slow worksheet.Rows(1).InsertRowsBelow(100000);...
View ArticleCreated Unassigned: Crashes on XLWorkbook workbook = new...
Hello!I get an InvalidOperationException ("Sequence contains no matching element") when I try to open the attached Excel document. The attached document can be opened with Excel 2010. I have downloaded...
View ArticleCreated Unassigned: ClosedXML IXLRow.Delete() very slow [9317]
Hi there,I love this product and am trying to use it more and more in my day to dayI have an excel file which has loads of empty rows at the end which I need to deleteWhen i use the IXLRows.Delete or...
View ArticleNew Post: How to make a string value (which is stored as character value in...
I have a SQL table that has numeric values stored as chars (i.e. '0243', '0170'). When I insert the data into a workbook, it truncates the leading zero thinking it is an insignificant digit even though...
View ArticleNew Post: How to make a string value (which is stored as character value in...
cell.SetValue(string)
View ArticleSource code checked in, #b676058cb4ad0766fc46f08c7350694b5c5c8ad4
Dramatically improve rowInserts
View ArticleClosed Unassigned: Slow performance of IXLRow.InsertRowsAbove() /...
Inserting lots of rows gets disproportionately slower the more rows you insert.worksheet.Rows(1).InsertRowsBelow(1000); - OKworksheet.Rows(1).InsertRowsBelow(10000); -...
View ArticleNew Post: It's very slow when insert new row with bigger rownumber
cooper360, I should have a new release soon but in the meantime pick up the latest source code. It has a fix for this issue.
View ArticleSource code checked in, #f99038a786b72bcf6d85843538e929f4ce3f378f
Fix load with comments type="#_xssf_cell_comment"
View ArticleClosed Unassigned: Crashes on XLWorkbook workbook = new XLWorkbook(filename);...
Hello!I get an InvalidOperationException ("Sequence contains no matching element") when I try to open the attached Excel document. The attached document can be opened with Excel 2010. I have downloaded...
View ArticleClosed Unassigned: Crashes on XLWorkbook workbook = new XLWorkbook(); [9314]
Hello all. Apparently the no-nonsense way to use ClosedXML doesn't have enough nonsense in it. I'm crashing on the very first command it should use!Attached is a picture of the errorComments: You need...
View ArticleCommented Unassigned: ClosedXML IXLRow.Delete() very slow [9317]
Hi there,I love this product and am trying to use it more and more in my day to dayI have an excel file which has loads of empty rows at the end which I need to deleteWhen i use the IXLRows.Delete or...
View ArticleNew Comment on "Print Areas and Page Breaks"
This is not working i tried this but its remain same.
View ArticleCreated Unassigned: infoBackground [80] is not a valid value for Int32. [9318]
Hi, I'm facing this exception while opening a template. It is in the correct format and I'm able to open it with excel, but somehow it crashes when I attempt to open the file through ClosedXML. Any...
View ArticleCommented Unassigned: infoBackground [80] is not a valid value for Int32. [9318]
Hi, I'm facing this exception while opening a template. It is in the correct format and I'm able to open it with excel, but somehow it crashes when I attempt to open the file through ClosedXML. Any...
View ArticleCommented Unassigned: infoBackground [80] is not a valid value for Int32. [9318]
Hi, I'm facing this exception while opening a template. It is in the correct format and I'm able to open it with excel, but somehow it crashes when I attempt to open the file through ClosedXML. Any...
View ArticleCommented Unassigned: ClosedXML IXLRow.Delete() very slow [9317]
Hi there,I love this product and am trying to use it more and more in my day to dayI have an excel file which has loads of empty rows at the end which I need to deleteWhen i use the IXLRows.Delete or...
View ArticleCommented Unassigned: infoBackground [80] is not a valid value for Int32. [9318]
Hi, I'm facing this exception while opening a template. It is in the correct format and I'm able to open it with excel, but somehow it crashes when I attempt to open the file through ClosedXML. Any...
View Article