Patch Uploaded: #15555
Fabian84 has uploaded a patch.Description:New Feature: Conditional Formats did not support StopIfTrue.Implemented the reading and writing.Based on Source Code ChangeSet: 79843
View ArticlePatch Uploaded: #15556
Fabian84 has uploaded a patch.Description:Code Issue: Difference between DotNet3.5 and DotNet4 version of ClosedXML library.Change of DotNet3.5 to be the same as DotNet4.Based on Source Code ChangeSet:...
View ArticlePatch Uploaded: #15557
Fabian84 has uploaded a patch.Description:Exception: During development of my other patches I had a lot of exceptions during saving of the document on this code line.Based on Source Code ChangeSet: 79843
View ArticleNew Post: IntegerExtension.ToStringLookup not threadsafe?
same error error using parallel.foreach.. The main question is.. is ClosedXML threadsafe? I see a lot of Dictionary instead of ConcurrentDictionary. Maybe someone from the project team can make a...
View ArticleCreated Unassigned: [OpenXML 2.5] Creating a table with no rows corrupts...
_It seems this only applies to OpenXML 2.5. However, v2.5 is shipping with Microsoft products which is super seeds OpenXML 2.0. For future compatibility it would be good to be resolved_Seems having...
View ArticleCommented Issue: InvalidCastException on SaveAs [6719]
System.InvalidCastException was unhandled by user code Message=Unable to cast object of type 'DocumentFormat.OpenXml.Packaging.SharedStringTablePart' to type...
View ArticleCreated Unassigned: XLAlignmentHorizontalValues [9164]
Thanks for ClosedXML, It is making my volunteer work much easier. I have an ASP.NET C# web application and I have successfully created an Excel file with ClosedXML. I cannot however format a a cell...
View ArticleNew Post: Border.InsideBorder OutOfMemoryException
I have a huge worksheet, of around 70000 rows by 20 cells. When I go and format the borders it takes a exception "System.OutOfMemoryExceptio".I use: worksheet.RangeUsed().Style.Border.OutsideBorder =...
View ArticleNew Post: XLAlignmentHorizontalValues
Thanks for ClosedXML, It is making my volunteer work much easier. I have an ASP.NET C# web application and I have successfully created an Excel file with ClosedXML. I cannot however format a a cell...
View ArticleCommented Unassigned: XLAlignmentHorizontalValues [9164]
Thanks for ClosedXML, It is making my volunteer work much easier. I have an ASP.NET C# web application and I have successfully created an Excel file with ClosedXML. I cannot however format a a cell...
View ArticleNew Post: PivotTable
Hello, ArenĀ“t pivot tables still not fully supported? I got some pivot table working but the behaviour is more than strange. After hours of investigation my pivot table with aprox. 15k of rows is...
View ArticleNew Post: White Spaces in cells
Hello, I'm exporting some data like in example: MySheet.Cell(1, 1).InsertTable(results) My problem is in some cells that must be filled with only 5 white spaces, but when I check this cells, this cells...
View ArticleNew Post: Cells.InsertDataTable Time values are recognized as String
Hi, I am using the Cells.InsertDataTable functionality wherein I import a dataTable from a query to a particular worksheet in the Excel file. public void ClosedXml(DataTable dt, string usertemplate,...
View ArticleReviewed: ClosedXML 0.69.1 (Dec 24, 2013)
Rated 5 Stars (out of 5) - Finding this project was a life saver. I was using the normal html output for fake 2003 files. I was creating excels that could be up to over half a million lines. The...
View ArticleReviewed: ClosedXML 0.69.1 (Dec 24, 2013)
Rated 5 Stars (out of 5) - Finding this project was a life saver. I was using the normal html output for fake 2003 files. I was creating excels that could be up to over half a million rows. The...
View ArticleNew Post: How do I send data to excel and then refresh aspx page?
I have a gridview that the user can select rows from to export that data to excel. After they select the rows they want to export they press a button. After I export the data to the spread sheet I want...
View ArticleNew Post: How do I send data to excel and then refresh aspx page?
I don't believe that it is possible to return a file to the browser and simultaneously redirect or refresh the web page. Note that the browser is occupied interacting with the user to download the...
View ArticleNew Post: Cells.InsertDataTable Time values are recognized as String
If you want to align the values in those columns to the right, choose columns 18 through 23 and do the following worksheet.Columns(18,23).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right;
View ArticleNew Post: How do I send data to excel and then refresh aspx page?
What your saying is that when I do the memoryStream write, the browser is doing the downloading and then prompting the user to either open or save the file and does not come back to finish interacting...
View Article