Created Unassigned: Object reference not set to an instance of an object [8960]
Hi again,Seems I've run into an issue with opening Excel documents generated by Microsoft's OpenXML. I receive an "Object reference not set to an instance of an object" error when trying to open the...
View ArticleCommented Unassigned: Object reference not set to an instance of an object...
Hi again,Seems I've run into an issue with opening Excel documents generated by Microsoft's OpenXML. I receive an "Object reference not set to an instance of an object" error when trying to open the...
View ArticleCommented Unassigned: Object reference not set to an instance of an object...
Hi again,Seems I've run into an issue with opening Excel documents generated by Microsoft's OpenXML. I receive an "Object reference not set to an instance of an object" error when trying to open the...
View ArticleNew Post: How do I get formatted cell values, according to the excel cell...
Sorry for the late reply. I don't understand the problem. ClosedXML can get you the formatted value if it can resolve the formula. If it can't resolve the formula then it won't have any value to...
View ArticleClosed Unassigned: Object reference not set to an instance of an object [8960]
__Resolved in Patch #[14484](https://www.codeplex.com/Download?ProjectName=closedxml&DownloadId=679794). Pending merge into latest__Hi again,Seems I've run into an issue with opening Excel...
View ArticleSource code checked in, #79774
Better performance when dealing with numbers and guard against inserting nulls into cells
View ArticlePatch Applied: #14250
MDeLeon has applied patch #14250.Comment:Better late than never... thank you very much.
View ArticleNew Post: How do I get formatted cell values, according to the excel cell...
Also sorry for my late answer. The formula in English is:...
View ArticleCreated Unassigned: Could not load type...
Error occurs while using saveAs method:Could not load type 'DocumentFormat.OpenXml.Spreadsheet.SmartTags' from assembly 'DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral,...
View ArticleNew Post: How do I get formatted cell values, according to the excel cell...
I'm afraid ClosedXML won't be able to give you the number (formatted or otherwise) because first it has to resolve the formula :(
View ArticleClosed Unassigned: Could not load type...
Error occurs while using saveAs method:Could not load type 'DocumentFormat.OpenXml.Spreadsheet.SmartTags' from assembly 'DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral,...
View ArticleNew Post: Excel range to Outlook Body
Hi, I can send emails no problem through C# but now want to be able to send Excel Range in an email body. Any ideas? Thanks,
View ArticleNew Post: Excel range to Outlook Body
You have to create an HTML table and put it as part of the email. There's no way to embed an Excel range in an email.
View ArticleCommented Issue: How to Filter on a Table? [7732]
The following works (but if I use "SetAutoFilter()" then the workbook is corrupt, I'll fix that). In the meantime just use "table.AutoFilter" instead: var wb = new XLWorkbook(); var ws =...
View ArticleCommented Unassigned: Style, colour, formulas when using...
i need to create some larger excel sheets using a "template" for colors, forumulas and styles.(template is attached).1st thing i do is adding the nr of needed rows...
View ArticleCommented Unassigned: System.OutOfMemoryException in v0.68.0.10, regression?...
Hello,In order to improve the speed of reading/writing of Excel files, I have recently updated ClosedXML from v0.64.0.0 to v0.68.0.10.The kind of Excel file that I deal with is a big file, embedding a...
View Article