New Post: Use of custom Table style
I have a workbook with an existing custom table style. The first issue I ran into is that ClosedXML throws an error when opening an existing workbook where a table uses a custom style. The error is:...
View ArticleNew Post: Use of custom Table style
After looking at the source code, I can confirm my suspicion regarding the source of the error. While it would be amazing if ClosedXML supported custom table styles, it would likely be beneficial in...
View ArticleNew Post: Use of custom Table style
Sorry for the string of self replies. After further investigating the source code, it seems that the only reason a custom theme is not supported is that the Theme is using an Enum, even though the...
View ArticleCommented Unassigned: Pivot Tables Values Problem [9088]
Based on the example [Pivot Tables](https://closedxml.codeplex.com/wikipage?title=Pivot%20Table%20example) , do the following steps to reproduce the problemExcellent example . It works perfect, but if...
View ArticleCreated Unassigned: Can not create more than 1 Pivot Table in WorkBook. [9397]
I can easily create two Worksheets, and I can easily add a Pivot Table to one of the worksheets. But if you try to add a second Pivot Table to the second Worksheet, you end up with a corrupted excel...
View ArticleNew Post: Get value error
And I had put the issus on thishttp://closedxml.codeplex.com/workitem/9396
View ArticleNew Post: Could not load file or assembly 'ClosedXML'
Hi, I have used Nuget to install CloseXML into my ASP.NET project. No issues there. Also, in the codebehind, I have added the code and all seems OK in rebuild and deploy. However, when I click on the...
View ArticleCreated Unassigned: System.Runtime.InteropServices.ExternalException while...
Hi,Somehow while converting DataTable to WorkSheet, I am getting this exception. Not sure what exactly is causing this.```A first chance exception of type...
View ArticleCreated Unassigned: Generate binary identical file for same input [9399]
Currently when I generate a workbook with a sheet and save it as .xlsx and then use the same code again I get two files with different content.I would like to get exactly the same file, so I can easily...
View ArticleEdited Unassigned: Generate binary identical file for same input [9399]
Currently when I generate a workbook with a sheet and save it as .xlsx and then use the same code again I get two files with different content.I would like to get exactly the same file, so I can easily...
View ArticleEdited Unassigned: Generate binary identical file for same input [9399]
Currently when I generate a workbook with a sheet and save it as .xlsx and then use the same code again I get two files with different content.I would like to get exactly the same file, so I can easily...
View ArticleEdited Unassigned: Generate binary identical file for same input [9399]
Currently when I generate a workbook with a sheet and save it as .xlsx and then use the same code again I get two files with different content.I would like to get exactly the same file, so I can easily...
View ArticleNew Comment on "Adding an AutoFilter to a Range"
>> // Your can turn off the autofilter with: worksheet.AutoFilter.Clear() Same here, and I need to turn off the filters that are automatically created on all columns
View ArticleNew Post: Disable AutoFilter in Table
This is throwing an "Object reference not set to an instance of an object" exception:ws.AutoFilter.Clear(); I'm using version 0.75.0.0.
View ArticleCommented Unassigned: Failed to create a very large file [9384]
Failed to create a very large file When I have more than 100000 rows gives me the following error __Row = 183 706__ - System.OutOfMemoryException: An unhandled exception of type...
View ArticleNew Post: Change header of table
Hi, I am still getting error and I took source code. I get error:<?xml version="1.0" encoding="UTF-8" standalone="true"?> -<recoveryLog...
View ArticleNew Post: Change header of table
What are you doing mafalarz? Are you using the source code? (I haven't released the fix yet)
View ArticleCommented Unassigned: Failed to create a very large file [9384]
Failed to create a very large file When I have more than 100000 rows gives me the following error __Row = 183 706__ - System.OutOfMemoryException: An unhandled exception of type...
View ArticleCommented Unassigned: WorkSheet CopyTo doesn't transform Named Ranges...
I'm trying to replicate a Worksheet several time in a Workbook and I'm doing using the following code:```IXLWorksheet worksheet = modelSheet.CopyTo("SheetName");```When I open the generated document...
View ArticleNew Post: item.Cell(10).ValueCached returns different data
item.Cell(10).Value=5.2323239773 item.Cell(10).ValueCached=5.2323239773+E2 why the above values are coming different. Please let me know the exact use of ValueCached Thanks Razack
View Article