New Comment on "Styles - Font"
I want to convert a windows font to xlfont and use it in the class. is it possible?
View ArticleUpdated Wiki: Home
We are moving to GitHUB, please useĀ https://github.com/Pyropace/ClosedXMLĀ Project DescriptionClosedXML makes it easier for developers to create Excel 2007/2010 files. It provides a nice object oriented...
View ArticleUpdated Wiki: Home
We are moving to GitHUB, please useĀ https://github.com/closedxml/closedxmlĀ Project DescriptionClosedXML makes it easier for developers to create Excel 2007/2010 files. It provides a nice object...
View ArticleUpdated Wiki: Home
We are moving to GitHUB, please useĀ https://github.com/closedxml/closedxmlĀ Project DescriptionClosedXML makes it easier for developers to create Excel 2007/2010 files. It provides a nice object...
View ArticleUpdated Wiki: Home
We are moving to GitHUB, please useĀ https://github.com/closedxml/closedxmlĀ Project DescriptionClosedXML makes it easier for developers to create Excel 2007/2010 files. It provides a nice object...
View ArticleUpdated Wiki: Home
We are moving!The latest version of closedXMl and its source code can now be downloaded fromĀ our repository hosted at GitHub.Ā Project DescriptionClosedXML makes it easier for developers to create Excel...
View ArticleNew Post: XML Version
I was curious what XML standard this project using? I have a need to use XML 1.1 since I need some special characters to be involved.
View ArticleUpdated Wiki: Home
We are moving!The latest version of closedXMl and its source code can now be downloaded fromĀ our repository hosted at GitHub.Ā Project DescriptionClosedXML makes it easier for developers to create Excel...
View ArticleCommented Unassigned: Table Theme [9499]
Attached is an excel file with a custom Table Style. The loading of the table theme borks because enum.parse can't find a value. Recommend changing the theme to a string and using enum.tryparse. Have a...
View ArticleNew Post: row.Cells() returning different number of cells for header and data...
Hi, When using row.Cells(), the number of cells returned for the header is 68 which is different for when i read the following rows of data which gives 67 cells. Hence when i add the cells in a...
View ArticleReviewed: ClosedXML 0.76.0 (Sep 09, 2016)
Rated 5 Stars (out of 5) - This is perfect. Just as the OpenXML Library should have being and not is. After some days of struggle with the Open XML SDK and its library I got my export function using...
View ArticleEdited Unassigned: Datetime is 1 day off [9497]
Greetings,I'm trying to write a datetime to a cell using ClosedXML. I set the IXLCell DataType to be XLCellValues.DateTime, and the value to be a new DateTime. I also set the number format id to 14...
View ArticleNew Comment on "Sorting Data"
The ws.Sort(4); has some kind of bug because it will sort on the 5th column, but then go back and sort on the 1st column, breaking up the row data
View ArticleNew Post: cell.RichText.Text v/s cell.Value.Tostring()
Hi, I'm trying to read an excel file to get the formatted values for each cell and i'm having issues getting the correct value. I have a cell with the value : 549.78 cell.RichText.Text is returning :...
View ArticleUpdated Wiki: Documentation
We are moving!The latest version of closedXMl and its source code can now be downloaded fromĀ our repository hosted at GitHub.Please don't ask questions on the comments section of the documentation...
View ArticleNew Post: Excel 2013 - 2010 compatibility
I know this is old, but just in case it helps someone, I got around this using the following code;Private Sub FixWorkBook(ByVal ms As MemoryStream) Try Dim owb As SpreadsheetDocument =...
View ArticleCommented Issue: "Unreadable content" when editing and reopening generated...
The problem is described in the discussions in the following thread: http://closedxml.codeplex.com/discussions/403797When I open an existing Excel file using ClosedXml and save it (even without...
View ArticleCreated Unassigned: Can't set header on non empty header [9500]
I am using this code to set the header on a document that already contains headers(first page and odd even) and it does not work.pageSetup.Header.Center.AddText("first",...
View Article