Quantcast
Channel: ClosedXML - The easy way to OpenXML
Browsing all 1877 articles
Browse latest View live
↧

New Post: How to create PivotTable

This thread is more than a year old, any update? It looks like the pivot table classes are there, but how do you go about populating it via the API?

View Article


New Post: How to create PivotTable

As far as I know, pivot tables are not implemented. Normally I use ClosedXML for everything, but if I need to create a pivot table I use Aspose.Cells for .Net which is a commercial product. Maybe some...

View Article


Patch Uploaded: #14250

BrunoAltinet has uploaded a patch.Description:Some time ago a behaviour for numbers got broken. It starts going in as text if it's not double, which doesn't make much sense. Hence i corrected that part...

View Article

New Post: Update Link on other files

Hello! I've very big .xlsx file. It's contains mane references on other file. How I can update data in my file when open it with ClosedXML? My problem-data change in other files, but when I open my...

View Article

New Post: ConditionalFormatting StopIfTrue / Priority

These two attributes don't appear to be supported yet. I needed these because I had a spreadsheet that relied upon a specific order of conditional formatting rules, so I took a copy of your source code...

View Article


Image may be NSFW.
Clik here to view.

Updated Wiki: Home

This project needs a new caretaker!As much as I hate to admit it, I can't give this project the love it deserves. If you have the time and want to take care of ClosedXML then send me a message (People...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Home

This project needs a new caretaker!As much as I hate to admit it, I can't give this project the love it deserves (paying the bills has a slightly higher priority for me). If you have the time and want...

View Article

Updated Wiki: Documentation

This project needs a new caretaker! As much as I hate to admit it, I can't give this project the love it deserves (paying the bills has a slightly higher priority). If you have the time and want to...

View Article


Image may be NSFW.
Clik here to view.

Updated Wiki: Home

This project needs a new caretaker!As much as I hate to admit it, I can't give this project the love it deserves (paying the bills has a slightly higher priority). If you have the time and want to take...

View Article


New Post: How to format Fractions

I would like a cell with: +1/2 + 1/4 to be displayed as 3/4 Under excel formatting this fraction - up to three digits (312/943) Any help would be great!!!! Thanks!!!!!!

View Article

New Post: How to format Fractions

=1/2+1/4

View Article

New Post: How to format Fractions

that gets me 0.75 what I would like it 3/4

View Article

New Post: How to format Fractions

With ClosedXML I think you would use: mCurrWorkSheet.column(1).style.numberformat.format = "# ???/???" (this would set the format of a whole column) From what I've seen you can pretty much put any...

View Article


New Post: How to format Fractions

Try to use this function: Public Function CalcFraction(ByVal eString As String) As String Dim TestBook As New XLWorkbook Dim testworksheet = TestBook.Worksheets.Add("test")...

View Article

New Post: Inserting Row works too slow

Hello, I have experimented that when using this line of code:worksheet.LastRow(); then InsertRowsBelow(1) works extremely slow. While I have removed the above calling of LastRow() method then...

View Article


New Post: Error saving to memory stream

Hello,I'm saving the workbook to a MemoryStream and I'm getting the following error:"An item with the same key has already been added."Here's the stack trace: at...

View Article

New Post: How to create PivotTable

I'll be adding a blog on how to achieved this @ www.bluechilli.com but until then I'll copy here what I'm posting: ClosedXML and Excel - How to add a pivot table Pivot tables can be 90% done using...

View Article


New Post: Code examples on creating Pivot Table?

I'm using the latest from NuGet, and PivotTables do seem to work, though it's definitely possible to create one that Excel thinks is invalid. I was running into the same issue (Excel offering to delete...

View Article

New Post: Code examples on creating Pivot Table?

Please add a full coding sample to the documentation section. Thanks.

View Article

Patch Uploaded: #14354

ZickZack has uploaded a patch.Description:I have found an Excel Sheet where "WorkbookProperties" are null. And this throws an Exception in private void LoadSpreadsheetDocument(SpreadsheetDocument...

View Article
Browsing all 1877 articles
Browse latest View live