New Post: Possible to Group Columns in Pivot Table
I've successfully used ClosedXML to generate a pivot table, but the question is: is it possible in ClosedXML to group a pivot table's columns — preferably by weeks? I cannot find anything on on how to...
View ArticleNew Post: Possible to Group Columns in Pivot Table
I honestly don't know. Pivot table support was added haphazardly by contributors and I forgot the details of it. =/
View ArticleCreated Unassigned: Problem with Symbols in Text Cells [9359]
I'm experiencing a problem when I assign a text value that contains a symbol in it to a cell.For example: Cell(1,1).Value = "¡Oy Vey!";The resulting cell in the worksheet displays a black diamond with...
View ArticleCommented Unassigned: Problem with Symbols in Text Cells [9359]
I'm experiencing a problem when I assign a text value that contains a symbol in it to a cell.For example: Cell(1,1).Value = "¡Oy Vey!";The resulting cell in the worksheet displays a black diamond with...
View ArticleNew Post: Bijective base-26
Hi, FWIW, i've written a much less featured xlsx reader/writer for a specific purpose in our code base, then i found your project and had a look at the code - after some fun writing different...
View ArticleNew Post: Possible to Group Columns in Pivot Table
Eh, it finally occurred to me I could just add a field to the table, have C# calculate the week date, and use that as the pivot column.
View ArticleNew Post: Bijective base-26
First time I see p-adic numbers being used outside pure mathematics =) Ran some tests and the results are... XLHelper.GetColumnLetterFromNumber is slightly better than ToBijectiveBase26....
View ArticleCreated Unassigned: Table Corrupt File (Table in package starts at...
When copying a template excel file to the new location and generating rows from data and then opening the file. I get this message:[screenshots](http://imgur.com/a/eUFnv)<?xml version="1.0"...
View ArticleNew Post: Bijective base-26
Ran another test and GetColumnNumberFromLetter is actually an order of magnitude faster if you take out the checks that FromBijectiveBase26 doesn't perform... Test 1 column (A-Z) Took: 0.0390483 secs...
View ArticleSource code checked in, #47361080d678c9782bb1b90bae6d0bfd2a7add39
Update GetColumnLetterFromNumber function
View ArticleCommented Unassigned: Table Corrupt File (Table in package starts at...
When copying a template excel file to the new location and generating rows from data and then opening the file. I get this message:[screenshots](http://imgur.com/a/eUFnv)<?xml version="1.0"...
View ArticleCommented Unassigned: Problem with Symbols in Text Cells [9359]
I'm experiencing a problem when I assign a text value that contains a symbol in it to a cell.For example: Cell(1,1).Value = "¡Oy Vey!";The resulting cell in the worksheet displays a black diamond with...
View ArticleCommented Unassigned: Problem with Symbols in Text Cells [9359]
I'm experiencing a problem when I assign a text value that contains a symbol in it to a cell.For example: Cell(1,1).Value = "¡Oy Vey!";The resulting cell in the worksheet displays a black diamond with...
View ArticleCommented Unassigned: Problem with Symbols in Text Cells [9359]
I'm experiencing a problem when I assign a text value that contains a symbol in it to a cell.For example: Cell(1,1).Value = "¡Oy Vey!";The resulting cell in the worksheet displays a black diamond with...
View ArticleReleased: ClosedXML 0.74.0 (Aug 09, 2014)
Multiple thread safe improvements includingAdjustToContents XLHelper XLColor_Static IntergerExtensions.ToStringLookupException now thrown when saving a workbook with no sheets, instead of creating a...
View ArticleUpdated Release: ClosedXML 0.74.0 (Aug 09, 2014)
Multiple thread safe improvements including AdjustToContentsXLHelperXLColor_StaticIntergerExtensions.ToStringLookupException now thrown when saving a workbook with no sheets, instead of creating a...
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 ArticleCommented Unassigned: Problem with Symbols in Text Cells [9359]
I'm experiencing a problem when I assign a text value that contains a symbol in it to a cell.For example: Cell(1,1).Value = "¡Oy Vey!";The resulting cell in the worksheet displays a black diamond with...
View Article