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

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 Article


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


New Post: Input string was not in a correct format when reading cell value

Has anyone found a work around for this?

View Article

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

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


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

Source code checked in, #79734

Added XLTableTheme.None

View Article

New Post: Table Styles

I didn't even know that was an option. Pick up the latest check-in.

View Article


Source code checked in, #79736

Formulas now treat strings as zero

View Article


New Post: Input string was not in a correct format when reading cell value

Pick up the latest check-in.

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: MDeLeon ** The Round...

View Article

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

New Post: Table Styles

Thanks. http://imgur.com/ZilbeRy

View Article


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 Article

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


New Post: NamedRanges.Contains pick other NamedRange if one doesnt exist

You have to get the source code and compile it.

View Article

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


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

New 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

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


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>