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

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 Article


Patch 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 Article


Patch 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 Article

New 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 Article

Created 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 Article


Commented 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 Article

New Post: dependency on System.Windows.Form

could this dependency be removed?

View Article

Created 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 Article


New 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 Article


New 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 Article

Commented 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 Article

New 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 Article

New 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 Article


Image may be NSFW.
Clik here to view.

New 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 Article

Reviewed: 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 Article


Reviewed: 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 Article

New 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 Article


New 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 Article

New 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 Article

New 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
Browsing all 1877 articles
Browse latest View live