Quantcast
Channel: ClosedXML - The easy way to OpenXML
Browsing all 1877 articles
Browse latest View live
↧

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 Article


Commented 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 Article


New 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 Article

Created 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 Article

Created 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 Article


New 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 Article

New Post: How to make a string value (which is stored as character value in...

cell.SetValue(string)

View Article

Source code checked in, #b676058cb4ad0766fc46f08c7350694b5c5c8ad4

Dramatically improve rowInserts

View Article


Closed 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 Article


New 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 Article

Source code checked in, #f99038a786b72bcf6d85843538e929f4ce3f378f

Fix load with comments type="#_xssf_cell_comment"

View Article

Closed 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 Article

Closed 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 Article


Commented 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 Article

New Comment on "Print Areas and Page Breaks"

This is not working i tried this but its remain same.

View Article


Created 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

Commented 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


Commented 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

Commented 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 Article

Commented 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
Browsing all 1877 articles
Browse latest View live