Created Unassigned: IXCell.DataType isn't set DateTime type when the cell...
Into a worksheet, a column has VLOOKUP formula to obtain a date from another sheet in the same workbook. But when checking the IXCell.DataType property, I get the Text data type instead of Date data...
View ArticleClosed Unassigned: IXCell.DataType isn't set DateTime type when the cell...
Hi there!First, thank you for your hard work and ongoing support! My issue is the following. Into a worksheet, a column has VLOOKUP formula to obtain a date from another sheet in the same workbook. But...
View ArticleCreated Unassigned: Add QuickStyles [8940]
Allow the use of quick styles. myStyle is an IXLStyle instance.wb.QuickStyles.add("My Custom QuickStyle",myStyle) or wb.QuickStyles.add("My Custom QuickStyle")wb.QuickStyles("My Custom...
View ArticleCommented Unassigned: IXCell.DataType isn't set DateTime type when the cell...
Hi there!First, thank you for your hard work and ongoing support! My issue is the following. Into a worksheet, a column has VLOOKUP formula to obtain a date from another sheet in the same workbook. But...
View ArticleCommented Unassigned: IXCell.DataType isn't set DateTime type when the cell...
Hi there!First, thank you for your hard work and ongoing support! My issue is the following. Into a worksheet, a column has VLOOKUP formula to obtain a date from another sheet in the same workbook. But...
View ArticleReviewed: ClosedXML 0.68.1 (Aug 09, 2013)
Rated 5 Stars (out of 5) - I'm using it for something really small and simple right now, and this library helped me keep it small and simple. Great stuff!
View ArticleClosed Unassigned: Array Formula crashes ClosedXml on Save [8934]
Hi there!First, thank you for your hard work and ongoing support! After fiddling with OOXML myself "manually" for about a month and compiling numerous helper functions I really, really appreciate your...
View ArticleNew Post: 17 MB a WB with only one WS having 29 rows and 11 columns???
The problem is that you're explicitly formatting 1M+ cells (cells which ClosedXML needs to create). You have to either format the entire column or only format the cells used. There are many ways you...
View ArticleCommented Issue: Adjusting to Content does not work on Windows Azure Websites...
Adjusting column widths based on content fails on Windows Azure Websites because it seems that the functionality provided by...
View ArticleCommented Issue: Adjusting to Content does not work on Windows Azure Websites...
Adjusting column widths based on content fails on Windows Azure Websites because it seems that the functionality provided by...
View ArticleNew Post: ClosedXML Excel File
I am using ClosedXML dll for exporting the Datatable content to a Excel file using .NET 4.0 . When i open the Excel file after exporting data, 1st row data are displayed with a dropdown menu for sort...
View ArticleNew Post: ClosedXML Excel File
XLWorkbook wb = new XLWorkbook(); foreach (DataTable dt in ds1.Tables) { if (dt.Rows.Count > 0) wb.Worksheets.Add(dt, dt.Rows[0]["TITLE"].ToString()); } Im using above code to add worksheet for each...
View ArticleNew Post: ClosedXML Excel File
If i use ShowAutoFilter like thisXLWorkbook wb = new XLWorkbook(); wb.Worksheets.First().Tables.First().ShowAutoFilter = false; I got the result for first sheet. But for the other sheets i add it shows...
View ArticleCommented Unassigned: Evaluating Formulas with Round() [8877]
Hi,ClosedXML doesn't evaluate formulas with the Round() function.PS: Is their a list of supported / not supported functions?Greetings,RaidriComments: ** Comment from web user: Raidri ** I have done...
View ArticleReopened Unassigned: Evaluating Formulas with Round() [8877]
Hi,ClosedXML doesn't evaluate formulas with the Round() function.PS: Is their a list of supported / not supported functions?Greetings,Raidri
View ArticleNew Post: Problem reading cell values of cells with formula MTRANS.
Hello, I got problems with reading cell values from an existing excel file. Within my Excel sheet the cell "C2" contains the formula "=MTRANS('Technical Data'!D6:IV6)" and the visible value is...
View Article