Commented 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 Comment on "How do I deliver an Excel file in ASP.NET?"
This probably isn't the "right" way to do it, but for the same result in an ASP.NET Web API, the following worked for me: public class WorkbookController : ApiController { public HttpResponseMessage...
View ArticleNew Post: Input string was not in a correct format when reading cell value
Has anyone found a work around for this?
View ArticleNew Post: Input string was not in a correct format when reading cell value
I'll work on it. It shouldn't be hard to fix... (famous last words I know)
View ArticleNew Post: Generate Excel and Add As Email Attachment
I had a similar problem. Solved with highlighted line of code before creating the attachment from memory stream.using (MemoryStream memoryStream = new MemoryStream()) { MailMessage mailMessage = new...
View ArticleNew Post: Table Styles
There needs to be a none item in the enum. ActiveSheet.ListObjects("Table2").TableStyle = "" Is what is recorded when I record a macro.
View ArticleNew Post: Table Styles
I didn't even know that was an option. Pick up the latest check-in.
View ArticleNew Post: Input string was not in a correct format when reading cell value
Pick up the latest check-in.
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: MDeLeon ** The Round...
View ArticleClosed 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: Nothing to do.
View ArticleCommented 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: NamedRanges.Contains pick other NamedRange if one doesnt exist
Thanks MDeLeon but the codes you've provided are still throwing following exceptions var range1 = ws.NamedRange("Bad"); ex = {"The given key was not present in the dictionary."} var contains1 =...
View ArticleNew Post: NamedRanges.Contains pick other NamedRange if one doesnt exist
You have to get the source code and compile it.
View ArticleNew Post: IXCell.DataType isn't set DateTime type when the cell contains...
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 ArticleNew Post: IXCell.DataType isn't set DateTime type when the cell contains...
It could simply be that Excel has the cell type as text even though the lookup value is a date. Create an issue and attach the file.
View ArticleNew Post: IXCell.DataType isn't set DateTime type when the cell contains...
MDeLeon, Thanks for your response. I've checked the Cell Format and it has defined as Date. I'll be creating an issue with a sample file.
View ArticleNew Post: IXCell.DataType isn't set DateTime type when the cell contains...
MDeLeon, Thanks for your response. I've checked the Cell Format and it has defined as Date. I'll be creating an issue with a sample file.
View Article