New Post: Excel cannot open file because the file format or file extension is...
I'm glad you're up and running :)
View ArticleNew Post: How to bold specific text inside a cell and delete some html tags...
bump. could anyone help pls
View ArticleCreated Unassigned: Slow performance of IXLRow.InsertRowsAbove() /...
Inserting lots of rows gets disproportionately slower the more rows you insert.worksheet.Rows(1).InsertRowsBelow(1000); - OKworksheet.Rows(1).InsertRowsBelow(10000); -...
View ArticleNew Post: Downloading the generated file instead of saving
Is there a way of downloading the generated Excel file instead of saving it somewhere? i.e. as soon as a user clicks the link to generate the Excel file it prompts for it to be downloaded? The user can...
View ArticleNew Post: Downloading the generated file instead of saving
Found it! In case anyone else wondered HttpContext.Current.Response.Clear() HttpContext.Current.Response.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"...
View ArticleNew Post: How to bold specific text inside a cell and delete some html tags...
Get the latest source code. This hasn't been released yet.
View ArticleNew Post: How to bold specific text inside a cell and delete some html tags...
i see so i have to change the code by myself.. I hope youll release the version who has that issue patch. anyway. thanks for the library it woks great. keep it up!
View ArticleNew Post: How to bold specific text inside a cell and delete some html tags...
You don't have to change the code. Just download the source code, open it in Visual Studio and build it. No change required.
View ArticleNew Post: Conditional Formatting: Color Row
Thank you for the reply. I have taken a look at these examples and more that I found on google, but I still have the same problem. All I find is how to color a cell, not a row. Isn't it possible?
View ArticleNew Post: Conditional Formatting: Color Row
I finally found a solution. The example for "Using Formulas" induced me to error. If I use .WhenEquals() doesn't work, I have to use .WhenIsTrue() Here is how I color a row from A to N depending on the...
View ArticleNew Post: Pivot table values
I have tried your example on pivot tables and it works fine. My question is how do you get the other types of values on the pivot tables beside the Add? Lets say one wants the Count of items under...
View ArticleNew Post: same folder hyperlink not work.
Hi, In visual basic 2010 don't work ws.Cell(2, 1).Value = "Imagen1.jpg" ws.Cell( 2, 1).Hyperlink = New XLHyperlink("Imagen1.jpg") I need to link a image localized in same folder. Now the link try to...
View ArticleNew Post: Row Height is not proper
Dear MDeLeon I am using closed xml 0.66.0.0 for Excel generation, once after the excel generated the row height is not aligned properly. I had tried "Adjust to contents" property, But no use. How to...
View ArticleNew Post: Adding image using Open XML
Hey there! Could really use some help with this problem. I'm trying to make a program that uses ClosedXML and OpenXML. ClosedXML is used for creating and updating the data in a excel file, and the...
View ArticleNew Post: Row Height is not proper
What do you mean the height is not aligned properly? What's the problem?
View ArticleNew Post: same folder hyperlink not work.
Did you try "new XLHyperlink(@"./Test.xlsx")"?
View ArticleNew Post: Format Problem (challenge) (General/Text)
Hi Community! We are using ClosedXML (which is a great library - thx) for a configurable export. If you open Excel and type in 01.01.2013 the cell is formated as "General". What we have here is...
View ArticleCommented 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 ArticleReviewed: ClosedXML 0.69.1 (Sep 18, 2013)
Rated 4 Stars (out of 5) - working perfectly! thanks a lot man
View ArticleCommented 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 Article