New Post: Data Validation Performance
Pick up the latest source code. I added the property cell.NewDataValidation. Again, use it only if you know there are no overlapping data validations.
View ArticleNew Post: PivotTable row and column labels broken by recent change?
Hi, I just tried upgrading from 0.71.1 to 0.72.3. It's great to see OpenXml 2.5 support. (I'm using .NET 4.5.) However, one of my spreadsheets, with a pivot table, is broken, which was working before....
View ArticleCommented Unassigned: creating multiple files at once [9328]
hi,I have an issue when creating multiple excel files. The problem is that every single file who is opened, opens is the same instance of excel (i.e. opened 3 excel files, 1 excel.exe in task manager)....
View ArticleCommented Unassigned: creating multiple files at once [9328]
hi,I have an issue when creating multiple excel files. The problem is that every single file who is opened, opens is the same instance of excel (i.e. opened 3 excel files, 1 excel.exe in task manager)....
View ArticleNew Post: Data Validation Performance
I was under the impression that if you insert rows before you set the values / style etc that it was suppose to improve performance, perhaps I was misinterpreting this. I altered my code a bit to apply...
View ArticleNew Post: Data Validation Performance
Use the new cell.NewDataValidation, it's faster. The link you provided doesn't say insert empty rows, it says that [if you're going to inserte rows] don't insert them one by one, insert them all in one...
View ArticleCommented Unassigned: creating multiple files at once [9328]
hi,I have an issue when creating multiple excel files. The problem is that every single file who is opened, opens is the same instance of excel (i.e. opened 3 excel files, 1 excel.exe in task manager)....
View ArticleCommented Unassigned: creating multiple files at once [9328]
hi,I have an issue when creating multiple excel files. The problem is that every single file who is opened, opens is the same instance of excel (i.e. opened 3 excel files, 1 excel.exe in task manager)....
View ArticleCommented Unassigned: creating multiple files at once [9328]
hi,I have an issue when creating multiple excel files. The problem is that every single file who is opened, opens is the same instance of excel (i.e. opened 3 excel files, 1 excel.exe in task manager)....
View ArticleCommented Unassigned: creating multiple files at once [9328]
hi,I have an issue when creating multiple excel files. The problem is that every single file who is opened, opens is the same instance of excel (i.e. opened 3 excel files, 1 excel.exe in task manager)....
View ArticleCommented Unassigned: creating multiple files at once [9328]
hi,I have an issue when creating multiple excel files. The problem is that every single file who is opened, opens is the same instance of excel (i.e. opened 3 excel files, 1 excel.exe in task manager)....
View ArticleNew Post: Data Validation Performance
You're right, this made a significant difference. Side note, I noticed the DocumentFormat.OpenXml.dll ClosedXML is referencing needs to be v2.5, but the dll in the root directory from the source...
View ArticleCreated Unassigned: Disable Autofilter in workbook [9330]
Hi,When im exporting workbook i could see Filter enabled in header. I wants to disable filter option. Thanks,Ram
View ArticleNew Post: Columns.AdjustToContents - Problem with formula result
I have the same issue.
View ArticleNew Post: XLSM save file have disabled buttons
I'm using Closed XML for .Net 4.0 with Macro Enabled Excel, In the sheet I have some buttons, these buttons attached to macros, after opening and then saving the document using closed XML it get...
View ArticleCreated Unassigned: XLSM save file get corrupted [9331]
I'm using Closed XML for .Net 4.0 with Macro Enabled Excel, In the sheet I have some buttons, these buttons attached to macros, after opening and then saving the document using closed XML it get...
View ArticleNew Post: CustomXMLPart
Hi. I am trying to figure out how to add/read/remove CustomXMLParts from a workbook, without luck. Is there a way to access this part of the workbook using ClosedXML? About Custom XML...
View ArticleNew Post: Copy Worksheet is very very slow
I have a process that creates about 200 sheets. In the end, I want them all in one workbook. (long story, I know it's not the best design, but I'm stuck with it). Originally I tried doing just that,...
View ArticleNew Post: InsertRowsBelow bug?
I create a sheet and named 'Settings' and named the cell 'A1:B1' is '_TestMergeClone'. When I use this like (.xlsm) workbook.Worksheet("Settings").Range("_TestMergeClone").InsertRowsBelow(10); there no...
View Article