New Post: Formula issue after worksheet copy
(1) The file that defines where the excel files get created is CreateFiles.cs in the Creating directory of the ClosedXML_Examples project. (2) I have created Excel files with over 100,000 rows no...
View ArticleCommented Unassigned: Using IF formula with cell referenced produces invalid...
This code will produce the file which would be impossible to open in Excel 2010 x32 (Russian) properly:```using (var workbook = new XLWorkbook ()){ var worksheet = workbook.Worksheets.Add ("Report");...
View ArticleCommented Unassigned: Could not load file or assembly...
i am getting the following error, can someone guide me what i am missingCould not load file or assembly 'DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or...
View ArticleCommented Unassigned: Using IF formula with cell referenced produces invalid...
This code will produce the file which would be impossible to open in Excel 2010 x32 (Russian) properly:```using (var workbook = new XLWorkbook ()){ var worksheet = workbook.Worksheets.Add ("Report");...
View ArticleCommented Unassigned: Could not load file or assembly...
i am getting the following error, can someone guide me what i am missingCould not load file or assembly 'DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or...
View ArticleCreated Unassigned: Compiling ClosedXML with OpenXml V2.5 and .Net 4+ [9145]
OpenXml V2.5 has deprecated SmartTags and also can't be used with with .Net 3.5 builds due some internal dependencies on .Net.4.0.You can recompile the source to ClosedXml with a reference to the...
View ArticleNew Post: How to get the name of the current workbook / worksheet
From within Excel, with a worksheet already displayed, how does one get the current XLWorkbook instance? I don't want to open it with new XLWorkbook as it is already open. I would expect a static...
View ArticleCreated Unassigned: conditional formatting and inserting rows [9146]
Hello!I am having a problem with conditional formatting and inserting rows.I use a sheet with a conditional formatting in row 7 (see Before.png). I use sheetSource.Row(7).InsertRowsBelow(37); to insert...
View ArticleCommented Unassigned: conditional formatting and inserting rows [9146]
Hello!I am having a problem with conditional formatting and inserting rows.I use a sheet with a conditional formatting in row 7 (see Before.png). I use sheetSource.Row(7).InsertRowsBelow(37); to insert...
View ArticleNew Post: How to get the name of the current workbook / worksheet
XLWorkbook wb = new XLWorkbook(fileLocation); // open an existing workbook XLWorksheet ws = wb.Worksheet(1); // get first worksheet contained by this workbook XLWorkbook sameWb = ws.Workbook; // get...
View ArticleCreated Unassigned: Out of memory exception [9150]
Hello guys, I´m working with large amount of data in Excel.What I need to do is read the data, and put it into a generic list, with some business rules.In this process, I have the total count of 1 200...
View ArticlePatch Uploaded: #15531
das974 has uploaded a patch.Description:ClosedXml cannot handle formulas that refer to text values for date and numeric calculations. Steps1) Create new Workbook, 2) In A1, type '11/20/2013 6:00 -...
View ArticleCommented Unassigned: Out of memory exception [9150]
Hello guys, I´m working with large amount of data in Excel.What I need to do is read the data, and put it into a generic list, with some business rules.In this process, I have the total count of 1 200...
View ArticleCommented Unassigned: Out of memory exception [9150]
Hello guys, I´m working with large amount of data in Excel.What I need to do is read the data, and put it into a generic list, with some business rules.In this process, I have the total count of 1 200...
View ArticleNew Post: Assembly in SQL2012
I had closedXml installed in SQL2008. Now, we moved to SQL2012 which has support for NET 4.0. I wanted to install closedXML there, but I can't install windowsBase.dll This is from Microsoft:" In .NET...
View ArticleCommented Issue: Saving workbook creates extra NumFmt elements [8369]
It appears that each time a workbook is saved a empty NumFmt (NumberingFormat) element is appended in the stylesheet. Once this is done enough times, it will start stepping on the built-in formats. I...
View ArticleCommented Issue: Saving workbook creates extra NumFmt elements [8369]
It appears that each time a workbook is saved a empty NumFmt (NumberingFormat) element is appended in the stylesheet. Once this is done enough times, it will start stepping on the built-in formats. I...
View ArticleNew Comment on "ClosedXML Predefined Colors"
No se ve la representación de cada color, todas las celdas salen blancas...
View ArticleCommented Unassigned: Reading a large excel file, part by part using range...
Hi,I have an excel file with 1 lakh rows and 250 columns. I want to read 25k rows at a time using range.But, the XLWorkbook throws an OutOfMemoryException in the line where it opens the workbook, even...
View ArticlePatch Uploaded: #15554
Fabian84 has uploaded a patch.Description:Hello,I have identified and fixed a bug regarding Conditional Formats.Existing conditional formats styles are disordered by the ClosedXML library by just...
View Article