Quantcast
Channel: ClosedXML - The easy way to OpenXML
Browsing all 1877 articles
Browse latest View live
↧

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 Article


Closed 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 Article


Created 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 Article

Commented 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 Article

Commented 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 Article


Reviewed: 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 Article

Source code checked in, #79742

Fixed load of array formulas

View Article

Closed 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 Article


Released: ClosedXML 0.69.0 (Aug 09, 2013)

New on v0.69.0: Many small fixes.

View Article


Created Release: ClosedXML 0.69.0 (Aug 09, 2013)

New on v0.69.0:Many small fixes.

View Article

New 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 Article

Commented 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 Article

Commented 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 Article


New 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 Article

New Post: ClosedXML Excel File

worksheet.Tables.First().AutoFilter.Enabled = false;

View Article


New 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 Article

New 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 Article


Commented 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 Article

Reopened 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 Article

New 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
Browsing all 1877 articles
Browse latest View live