New Post: The closedxml load file slowly
I try to do a test and compare the time of load file. I found the closedXml is the slowest between OpenXML and NPOI. Just testing load the file and nothing to do. OpenXML 103 ms ClosedXML 2790ms NPOI...
View ArticleCreated Unassigned: System.Exception: Syntax error [9393]
Hi,I am using excel sheet to calculate values from user provided inputs and i am getting error on the cell containing following...
View ArticleEdited Unassigned: System.Exception: Syntax error [9393]
Hi,I am using excel sheet to calculate values from user provided inputs and i am getting error on the cell containing following...
View ArticleClosed Unassigned: System.Exception: Syntax error [9393]
Hi,I am using excel sheet to calculate values from user provided inputs and i am getting error on the cell containing following...
View ArticleNew Post: The closedxml load file slowly
How many cells? If performance is paramount then you should use SAX.
View ArticleNew Post: The closedxml load file slowly
Ok,Thanks. The cells count about 6000+ and size is about 500kb. Hope the closedxml will be better. :-D
View ArticleNew Post: Merging cells makes hidden value
Hello IXLRange.Merge() makes hidden value. e.g.// Merge and save XLWorkbook workBook = new XLWorkbook(textBox1.Text); IXLWorksheet sheet = workBook.Worksheet(1); sheet.Cell("A1").Value = "A1Value";...
View ArticleNew Post: Get value error
I found when you set the cell style is Percent then closedXml can't get the value. e.g. To input the value like 12 in to the cell A1 and then display 12% I try get the value in A1 like this....
View ArticleNew Post: Get value error
And when i got the last update code and modify the XLCell.cs to get value from InnerText, it's ok. I'm not sure which way is better.
View ArticleCreated Unassigned: Conditional Formatting not applying to Pivot Table [9394]
I'm creating a pivot table in ClosedXML, then trying to apply conditional formatting to it. When I open the sheet however, the conditional format applies to everywhere but the pivot table; see...
View ArticleNew Post: IndexOutOfBounds - new XLWorkbook( ... )
Hi folks, I have an error with one of our Excel-Documents. When I call:wb = new XLWorkbook( path ); I get an IndexOutOfBounds-Exception. The problem occurs when there is a ',' (comma) in the sheetname....
View ArticleNew Post: Cell.Value throwing System.FormatException
I have the same error in the Excel file. If I copy paste the formula in the excel file = value is correct. DataTable tbl_rez = new DataTable(); tbl_rez.Columns.Add("V", typeof(int)); for (int i = 1; i...
View ArticleNew Post: Conditional Formatting not applying to Pivot Table
I'm creating a pivot table in ClosedXML, then trying to apply conditional formatting to it. When I open the sheet however, the conditional format applies to everywhere but the pivot table; see...
View ArticleCreated Unassigned: Excessive memory usage, bug? [9395]
HiWe are using ClosedXML to generate reports with multiple millions of rows and our memory usage just goes through the roof.As a rule of thumb ClosedXML needs around 100 times the memory a generated...
View ArticleEdited Unassigned: Excessive memory usage, bug? [9395]
HiWe are using ClosedXML to generate reports with multiple millions of rows and our memory usage just goes through the roof.As a rule of thumb ClosedXML needs around 100 times the memory a generated...
View ArticleEdited Unassigned: Excessive memory usage, bug? [9395]
HiWe are using ClosedXML to generate reports with multiple millions of rows and our memory usage just goes through the roof.As a rule of thumb ClosedXML needs around 100 times the memory a generated...
View ArticleEdited Unassigned: Excessive memory usage, bug? [9395]
HiWe are using ClosedXML to generate reports with multiple millions of rows and our memory usage just goes through the roof.As a rule of thumb ClosedXML needs around 100 times the memory a generated...
View ArticleEdited Unassigned: Excessive memory usage, bug? [9395]
HiWe are using ClosedXML to generate reports with multiple millions of cells and our memory usage just goes through the roof.As a rule of thumb ClosedXML needs around 100 times the memory a generated...
View ArticleClosed Unassigned: Excessive memory usage, bug? [9395]
HiWe are using ClosedXML to generate reports with multiple millions of cells and our memory usage just goes through the roof.As a rule of thumb ClosedXML needs around 100 times the memory a generated...
View ArticleCreated Unassigned: Cell.Value throw FormatException [9396]
It will throw the format exception when get the cell value which set the cell format is percent.And I try to get the cell value like this code.``` ClosedXML.Excel.XLWorkbook wb = new...
View Article