New Post: applyNumberFormat flag in cellStyle XF field set to 0 by ClosedXML....
As I understand it, the applyNumberFormat flag in a cellStyle XF record indicates whether or not a number format should be applied. When configuring a number format in ClosedXML (example link included...
View ArticleNew Post: Do you need a license to create OpenXML files ?
Hi everyone, I'm not sure if this question was already asked but I didn't find anything. My problem is: Because of the controversies around the OpenXML format, I'm not sure how it actually is...
View ArticleNew Post: Do you need a license to create OpenXML files ?
You can use it for pretty much any purpose: http://en.wikipedia.org/wiki/Office_Open_XML#Licensing
View ArticleNew Post: Do you need a license to create OpenXML files ?
I already saw that Wikipedia article and it all sounds a little bit messy, but I think it's OK. It's basically Microsoft saying 'You can do whatever you want with our thing' and you just wonder why...
View ArticleSource code checked in, #015fdc82c156f62bc5e4e94831d8ade8ba4c0801
Set ApplyNumberFormat and ApplyAlignment to true
View ArticleNew Post: applyNumberFormat flag in cellStyle XF field set to 0 by ClosedXML....
I had to look around and think about this one for a while because, as always, my default is that there's got to be a reason for the way things are. In this case there isn't. Pick up the latest source...
View ArticleNew Post: applyNumberFormat flag in cellStyle XF field set to 0 by ClosedXML....
Wow, I didn't expect such a quick and detailed response. Thanks for the explanation and code change. You've got a nice project here!
View ArticleCommented Unassigned: Input string not in correct format when reading dates...
I've run into an issue that I honestly can't figure out.I'm trying to read the data on the file attached, specifically, the two dates.I've tried all approaches, using GetDateTime(), GetValue(),...
View ArticleClosed Unassigned: Input string not in correct format when reading dates [9295]
I've run into an issue that I honestly can't figure out.I'm trying to read the data on the file attached, specifically, the two dates.I've tried all approaches, using GetDateTime(), GetValue(),...
View ArticleReviewed: ClosedXML 0.75.0 (Set 22, 2014)
Rated 5 Stars (out of 5) - Time saver! Excellent!
View ArticleReviewed: ClosedXML 0.75.0 (Set 22, 2014)
Rated 5 Stars (out of 5) - Time saver! Excellent! PS: please keep both framework versions!
View ArticleCreated Unassigned: FileNotFoundException with sample code [9370]
As a VB.NET beginner I'm trying to just compile this [sample code](https://closedxml.codeplex.com/wikipage?title=Finding%20and%20extracting%20the%20data&referringTitle=Documentation) from the...
View ArticleCommented Unassigned: FileNotFoundException with sample code [9370]
As a VB.NET beginner I'm trying to just compile this [sample code](https://closedxml.codeplex.com/wikipage?title=Finding%20and%20extracting%20the%20data&referringTitle=Documentation) from the...
View ArticleCommented Unassigned: FileNotFoundException with sample code [9370]
As a VB.NET beginner I'm trying to just compile this [sample code](https://closedxml.codeplex.com/wikipage?title=Finding%20and%20extracting%20the%20data&referringTitle=Documentation) from the...
View ArticleCommented Unassigned: FileNotFoundException with sample code [9370]
As a VB.NET beginner I'm trying to just compile this [sample code](https://closedxml.codeplex.com/wikipage?title=Finding%20and%20extracting%20the%20data&referringTitle=Documentation) from the...
View ArticleNew Post: Using ValueCached to obtain result of a formula
If the cell HasForluma then i try to get che ValueCached and others i get the cell value instead. But then the cell has a reference and the refer value's type is Datetime then need to try get the time...
View ArticleNew Post: Generating csv
Hi, Is it possible to generate a csv using closedxml? Just renaming an xlsx to csv does not work. If I open the renamed file with notepad, it opens a file that is encoded. Thanks
View ArticleNew Post: Generating csv
Nope, you need to create the csv file in your code. xlsx is actually a zip file containing a bunch of xml files. You can't open it like that.
View ArticleCommented Issue: Implement Subtotals [7862]
I'm not sure how to upload a file, but here's an example. Let me know if that helps. I think, using the examples of formulas and ranges you gave above, I could make it work for the specific spreadsheet...
View ArticleClosed Unassigned: FileNotFoundException with sample code [9370]
As a VB.NET beginner I'm trying to just compile this [sample code](https://closedxml.codeplex.com/wikipage?title=Finding%20and%20extracting%20the%20data&referringTitle=Documentation) from the...
View Article