Commented Unassigned: [OpenXML 2.5] Creating a table with no rows corrupts...
_It seems this only applies to OpenXML 2.5. However, v2.5 is shipping with Microsoft products which is super seeds OpenXML 2.0. For future compatibility it would be good to be resolved_Seems having...
View ArticleNew Post: Convert Table To Range (or some other way)
3 years later and this is exactly the same issue I am having? Did you ever add this feature?
View ArticleCommented Issue: Convert Table To Range (or some other way) [7425]
I don't think there's a way to turn off a table like you can with auto filters but I'll add it.Comments: ** Comment from web user: trevormackay ** is there a way to do this? If so how?
View ArticleCommented Issue: Convert Table To Range (or some other way) [7425]
I don't think there's a way to turn off a table like you can with auto filters but I'll add it.Comments: ** Comment from web user: trevormackay ** Never mind, I found the solution under a different...
View ArticleCreated Unassigned: Bug if worksheet name contains ' character [9220]
If a a worksheet name contains one or more apostroph characters (') and if a print area is defined for that worksheet, then __new XLWorkbook("mybook.xlsx")__ fails.The problem is in...
View ArticleCommented Unassigned: Bug if worksheet name contains ' character [9220]
If a a worksheet name contains one or more apostroph characters (') and if a print area is defined for that worksheet, then __new XLWorkbook("mybook.xlsx")__ fails.The problem is in...
View ArticleCreated Unassigned: Bug if Worksheet name contains comma [9223]
If a a worksheet name contains one or more commas and if a print area is defined for that worksheet, then new XLWorkbook("mybook.xlsx") fails.Related to issue 9220
View ArticlePatch Uploaded: #15877
MichaelWalz has uploaded a patch.Description:This patch corrects issues 9220 and 9223
View ArticleNew Post: Name of named range in formula changes when deleting rows
I have a template with named ranges for headings i.e =Head38 where Head38 references 'Sheet1':$A$2'. The headings are in row 3. When I insert new rows using "InsertRowsBelow(n)", the headings remain...
View ArticleNew Post: Is a .Net Framework 4.5 or 4.5.1 release of ClosedXml coming for VS...
I hope this is not a repeat question. Also, being a developer, hope this is not a pushy questions. :-) Is the .Net Framework 4.5 or 4.5.1 release of ClosedXml coming for VS 2012? I am using VS 2010 and...
View ArticleNew Post: Is a .Net Framework 4.5 or 4.5.1 release of ClosedXml coming for VS...
I also join ti this question (not to create a similar): When I will able to use ClosedXml with VS 2012 on Windows Store App? Thanks in advance. Andrew.
View ArticleNew Post: Is a .Net Framework 4.5 or 4.5.1 release of ClosedXml coming for VS...
I hope we can get an idea on this soon. Maybe it would be simple, just change the reference to the framework, then update the OpenXml dll reference to the most current. I'm not sure without opening the...
View ArticleNew Comment on "How can I insert an image?"
Any plans to support image insertion? It is the only reason why I cannot choose ClosedXML to produce Excel files...
View ArticleNew Post: Iphone-Ipad cant open genereted files
Hi, after update software on my Ipad, i have new error message
View ArticleNew Comment on "Column Width and Styles"
How do you set the column to 'AutoFit' to its contents?
View ArticleNew Post: AutoFit Row Height
I'm trying to find out how to do this for columns as well. Find anything yet?
View ArticleNew Comment on "Conditional Formatting"
Is it possible to use Excel 2010 databar features? (solid fill instead of gradient and border color)
View ArticleNew Post: AutoFit Row Height
Answer to both questions is in the documentationAdjust Row Height and Column Width to Contents
View ArticleCreated Unassigned: Support functions ISERROR, ISTEXT, ISNUMBER (etc) [9236]
Is there any possibility for supporting the following functions?ISERRORISTEXTISNUMBER...etc.Or provide/document a way to register functions, so I can implement them myself?Thanks!
View ArticleNew Post: autofit row height after setting height value
Hello, I have an excel document that I want to manually adjust the height to 13.50 (18 pixels) I saw no other way to set the default height, so worksheet.Rows().Height = 13.5; did that for me. However,...
View Article