New Post: Adding formula results save prompt when excel file is closed
Ok, I found an answer in another thread:https://closedxml.codeplex.com/discussions/316832
View ArticleCommented Unassigned: IXLColumn.AdjustToContents doesn't work correctly on a...
When using a HighDPI display, IXLColumn.AdjustToContents doesn't work as expected; it makes the columns too long, probably by the same percentage as currentDPI / 96.The problem is probably around...
View ArticleCreated Unassigned: Failed to create a very large file [9384]
Failed to create a very large file When I have more than 100000 rows gives me the following error __Row = 183 706__ - System.OutOfMemoryException: An unhandled exception of type...
View ArticleCommented Unassigned: Failed to create a very large file [9384]
Failed to create a very large file When I have more than 100000 rows gives me the following error __Row = 183 706__ - System.OutOfMemoryException: An unhandled exception of type...
View ArticleCommented Unassigned: Failed to create a very large file [9384]
Failed to create a very large file When I have more than 100000 rows gives me the following error __Row = 183 706__ - System.OutOfMemoryException: An unhandled exception of type...
View ArticleNew Post: Vlookup function supported by Closedxml
I think that the VLookup function is quite difficult to implement so I dont think its going to get included anytime soon
View ArticleNew Post: Conditional Formatting question
How do I only remove conditional formatting? Or how do I copy a worksheet range without the conditional formatting? I want to keep everything else, i.e., values, formats, etc.
View ArticleSource code checked in, #4cbcac89e85eb03c9cf31ad4162e729db69a596f
Add Remove and RemoveAll methods for conditional formats.
View ArticleNew Post: Conditional Formatting question
It wasn't supported until now. Pick up the latest source code. You'll be able to do worksheet.ConditionalFormats.RemoveAll(); // Remove all conditional formats on the ws...
View ArticleNew Post: Conditional Formatting question
Thanks. I built from source and used it. It works.
View ArticleCommented Unassigned: Failed to create a very large file [9384]
Failed to create a very large file When I have more than 100000 rows gives me the following error __Row = 183 706__ - System.OutOfMemoryException: An unhandled exception of type...
View ArticleCommented Unassigned: Failed to create a very large file [9384]
Failed to create a very large file When I have more than 100000 rows gives me the following error __Row = 183 706__ - System.OutOfMemoryException: An unhandled exception of type...
View ArticleNew Post: Excel 2013 - 2010 compatibility
Hello I reproduced. 1) Create an Excel file "Book1.xlsx" with Excel 2013 / Windows8.1. 2) Execute below with Excel 2010 / Windows 8: XLWorkbook xl = new XLWorkbook(@"c:\AnyPath\Book1.xlsx"); xl.Save();...
View ArticleCommented Unassigned: Failed to create a very large file [9384]
Failed to create a very large file When I have more than 100000 rows gives me the following error __Row = 183 706__ - System.OutOfMemoryException: An unhandled exception of type...
View ArticleCreated Unassigned: Saving a Xlsx with Conditional formatting [9385]
Saving a xlsx with conditional formatting that a gradient with colors picked from the Theme Color selection throws an exception "cannot convert theme color to Color".Changing said colors to one from...
View ArticleCommented Unassigned: Saving a Xlsx with Conditional formatting [9385]
Saving a xlsx with conditional formatting that a gradient with colors picked from the Theme Color selection throws an exception "cannot convert theme color to Color".Changing said colors to one from...
View ArticleNew Comment on "Documentation"
Dim wb = New XLWorkbook wb.Worksheets.Add(dataSet) Absolutely brilliant! The best two lines of code I've ever used!
View ArticleCommented Unassigned: Saving a Xlsx with Conditional formatting [9385]
Saving a xlsx with conditional formatting that a gradient with colors picked from the Theme Color selection throws an exception "cannot convert theme color to Color".Changing said colors to one from...
View ArticleCommented Unassigned: Changing a Column Header's text [9383]
I am trying to change the text of cells in the first row of the spreadsheet, essentially the column header.This example is just changing the first cell in row 1.```Dim l_sValue As Stringl_sValue =...
View ArticleCommented Unassigned: Changing a Column Header's text [9383]
I am trying to change the text of cells in the first row of the spreadsheet, essentially the column header.This example is just changing the first cell in row 1.```Dim l_sValue As Stringl_sValue =...
View Article