Commented 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 ArticleNew Post: Vlookup function supported by Closedxml
The develop branch of http://github.com/ClosedXML/ClosedXML now supports VLOOKUP and HLOOKUP.
View ArticleNew Post: Print Config Fit all Columns In One Page
Hi to all community, I search al along the documentation but i have not found how to set the option "Fit all Columns in One Page", Can anyone give me an idea of how to set this option on my workSheet....
View ArticleClosed Unassigned: Can't set header on non empty header [9500]
I am using this code to set the header on a document that already contains headers(first page and odd even) and it does not work.pageSetup.Header.Center.AddText("first",...
View ArticleClosed Unassigned: Table Theme [9499]
Attached is an excel file with a custom Table Style. The loading of the table theme borks because enum.parse can't find a value. Recommend changing the theme to a string and using enum.tryparse. Have a...
View ArticleCommented Unassigned: Datetime is 1 day off [9497]
Greetings,I'm trying to write a datetime to a cell using ClosedXML. I set the IXLCell DataType to be XLCellValues.DateTime, and the value to be a new DateTime. I also set the number format id to 14...
View ArticleEdited Unassigned: Store must be open for this operation [9495]
I am creating an excel file in excess of 40MB using the .net 4.5.1 framework with ClosedXML for .Net Framework 4.0. I save and reopen the file to append every 10000 rows to conserve memory. This error...
View ArticleCommented Unassigned: Store must be open for this operation [9495]
I am creating an excel file in excess of 40MB using the .net 4.5.1 framework with ClosedXML for .Net Framework 4.0. I save and reopen the file to append every 10000 rows to conserve memory. This error...
View ArticleEdited Unassigned: Error While loading excel generated from reporting tool...
Hi, I have generated one excel from reporting tool but while loading excel from below line is throwing exception.```XLWorkbook Workbook = new XLWorkbook(excelFileName); {"Object reference not set to an...
View ArticleCommented Unassigned: Error While loading excel generated from reporting tool...
Hi, I have generated one excel from reporting tool but while loading excel from below line is throwing exception.```XLWorkbook Workbook = new XLWorkbook(excelFileName); {"Object reference not set to an...
View ArticleClosed Unassigned: Error While loading excel generated from reporting tool...
Hi, I have generated one excel from reporting tool but while loading excel from below line is throwing exception.```XLWorkbook Workbook = new XLWorkbook(excelFileName); {"Object reference not set to an...
View ArticleCommented Unassigned: How to update/formatting existing excel (like template)...
Please guide me for How to update/formatting existing excel (like template) file? I have tried below code but it's give error.// FilePath - c drive temp folderstring tempFile = FilePath +...
View ArticleCreated Unassigned: SaveAs changes existing format in excel sheets [9502]
I have already excel template which has already inserted with some formulas and formats to the cells.This excel will open using application and saves necessary changes to sheets. and save the excel...
View ArticleNew Post: Using embedded fonts
I need to use an unregistered font that I've embedded in my C# project as a resource following the process described here. Is that possible?
View ArticleNew Post: Cannot convert theme color to color
Hi everyone, I'm new to CLosedXML and so far it seems really interesting. However I have a problem that I cannot solve... Basically, what I'm doing, is opening an Excel file (with some layout and...
View ArticleUpdated Wiki: Documentation
We are moving!The latest version of ClosedXML and its source code can now be downloaded from our GitHub repository.Documentation is now maintained at https://github.com/ClosedXML/ClosedXML/wiki Please...
View ArticleClosed Unassigned: SaveAs changes existing format in excel sheets [9502]
I have already excel template which has already inserted with some formulas and formats to the cells.This excel will open using application and saves necessary changes to sheets. and save the excel...
View ArticleClosed Unassigned: Datetime is 1 day off [9497]
Greetings,I'm trying to write a datetime to a cell using ClosedXML. I set the IXLCell DataType to be XLCellValues.DateTime, and the value to be a new DateTime. I also set the number format id to 14...
View ArticleCommented Unassigned: Error doing data validation from another sheet [9498]
When using closedxml to add data validation to a file, all validations are written in the <x:dataValidations> element. However, this is not how excel saves data validation from other...
View ArticleClosed Unassigned: Closed XML Formatting Issue [9496]
When I cloned a copy of excel I have cells with no formatting means it's just plain white cells without any borders. But once I save the excel using C# workbook.save() some weird lines...
View Article