ClosedXML

Create OpenXML files for Excel 2007.

  • ClosedXML
  • Version :0.76.0
  • License :Freeware
  • OS :Windows All
  • Publisher :Manuel De Leon

Download Now

ClosedXML Description

The ClosedXML package will allow developers to create OpenXML files for Excel 2007. It provides a nice object oriented way to manipulate the files (similar to VBA) without dealing with the hassles of XML Documents. It’s developed in C# but can be used by any other .NET language.

ClosedXML allows you to create Excel 2007/2010 files without the Excel application. If you ever used the Microsoft Open XML Format SDK you know just how much code you have to write to get the same results as the following 4 lines of code:

– var workbook = new XLWorkbook(“Sample.xlsx”);

– var worksheet = workbook.Worksheets.Add(“Sample Sheet”);

– worksheet.Cell(“A1”).Value = “Hello World!”;

– workbook.Save();

System requirements

  • .NET Framework 4.0

Leave a Reply

Your email address will not be published.