Excel Open XML

part of Office Open XML, (OOXML or Open XML), for Excel, SpreadsheetML

to Building a Basic Excel Document with Open XML

    • .Net 3.0 Framework (System.IO.Packaging is part of WPF)

    • SDK for Open XML Formats, which is currently a CTP, so the code is subject to change if the object model changes at all with the final release (so therefore does the code in this post).

    • Code Snippets that are available for Open XML.

Microsoft.Office.DocumentFormat.OpenXml.dll

DocumentFormat.OpenXml.dll

I install Code Snippet to D: at D:\Program Files\Microsoft Visual Studio 8\VC#\Snippets\1033\OfficeDevelopment\Excel, not found

ExcelPackage, Office Open XML Format file creation

XSL transformation of SpreadsheetML to HTML -- Part 1

XSL transformation of Spreadsheet ML to HTML (with Paging) – Part 2

Dive into SpreadsheetML (Part 1 of 2)

ClosedXML makes it easier for developers to create Excel 2007/2010 files. It provides a nice object oriented way to manipulate the files (similar to VBA) without dealing with the hassles of XML Documents. It can be used by any .NET language like C# and Visual Basic (VB).