Created Unassigned: Error when sheet name contain ','. Error at 682, in...
Error when sheet name contain ','. Error at 682, in XLWorkbook.
View ArticleNew Post: Can this be upgraded or forced to use Open XML SDK 2.5 as that...
Powerpoint OpenXML whitespace is disappearing As per the above article, there is an acknowledged bug with white space in Open XML SDK 2.5. Could ClosedXML be upgraded to use 2.5 or is it possible to...
View ArticleNew Post: Memory problem with ClosedXML
Thanks for the reply, Mitch. This was only a test to assess ClosedXML's memory usage. Looking at XLAddress, XLRow and XLCell I can see that they do not implement IDisposable, and I cannot see how...
View ArticleCommented Issue: Implement Subtotals [7862]
I'm not sure how to upload a file, but here's an example. Let me know if that helps. I think, using the examples of formulas and ranges you gave above, I could make it work for the specific spreadsheet...
View ArticleNew Post: CopyTo seems to be slow while copying a lot of lines.
Since the InsertRowBelow() don't keeps the formats and formulas from the root row, I have to copy from the root row. At last i fill in certain values in to the created rows. rad =...
View ArticleNew Post: data schema subtotal like office 2007???
how to calculate subtotal like the way in excel from data menu - scheme - subtotal menu thanks!
View ArticleCreated Unassigned: Error when using XLSX from SSRS [8807]
I get a null reference exception.It occurs in the XLWorkbook_Load.cs - Load cells. Line 788 xlCell._cellValue = cell.InlineString != null && cell.InlineString.Text != null ?...
View ArticleReopened Issue: Strange values returned, bad value in cell [8535]
I have an excel file that has a formaula getting its values from other tabs. ClosedXml is returning completely different values. This is very strange behaviour. In cell M1210 there is a value (if...
View ArticleReopened Issue: Style isnt copied with row.copyto [8493]
im trying to populate an XLS template, and to test the best way im using the following code[code]using System;using ClosedXML.Excel;using System.Linq;using System.Diagnostics;namespace...
View ArticleReopened Issue: There isn't a worksheet named '#REF' [8465]
I've attached a simple workbook that can't be opened. It works fine with OpenXML library directly (and incidentally with NPOI and EPPlus).The Exceptions is: There isn't a worksheet named...
View ArticleReopened Issue: Databars causing Unhandled Exception [8418]
Hi,opening a file with simple databars and saving the file without doing anything else is causing this exception.System.Collections.Generic.KeyNotFoundException: The given key was not present in the...
View ArticleReopened Issue: Range is invalid when saving a file [8406]
Hi, im trying to learn ClosedXML and doing some simple Tests with my Excel Template. private void testCX_direct() { XLWorkbook wb = new XLWorkbook(@"z:\xls\EAV_VU-Daten_Master_1.xlsx"); // öffnen...
View ArticleReopened Issue: "NaN" causes unreadable content error [8403]
I was getting "Excel found unreadable content" errors in some of my workbooks, but I finally tracked down the issue. To reproduce, start a new workbook and add "NaN" to one of the cells:Dim wb As New...
View ArticleReopened Issue: ValueCached shows null after I reopen the ClosedXML saved...
I faced an issue while trying to recover a formula cell through ValueCache after saving the file through the workbook save method. Following are the steps to reproduce this issue:1) Open the attached...
View ArticleReopened Issue: Freeze + Cell select creates unreadable excel [8389]
Hi there,I found that whenever I do the following:sheet.SheetView.FreezeColumns(1);sheet.Cell(1, 1).Select();The Excel saved is unreadable by MS Excel. However, if I either don't select the first cell...
View ArticleReopened Issue: Version 68.1 changed order of Rows collection [8373]
I upgraded from version 67.2 to version 68.1 and now the following code does not work.int rowCount = 0;XLWorkbook sourceWB = new XLWorkbook(fileLocation);IXLWorksheet sourceWS =...
View ArticleReopened Issue: Issue with inserting and deleting row [8339]
I am still having issues with these edge cases when inserting and deleting rows, where cells are selected. As before I do not get library errors but, do get an error in excel when opening the file.I...
View ArticleCreated 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: Unable to open workbook in Secure environment
I have an application which I used CLosedXMl to generate and Excel workbook in memory. I can open or download the excel workbook in firefox and chrome in all environments whether this environment uses...
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 Article