Click here to Skip to main content
15,896,348 members
Articles / Programming Languages / Visual Basic

Creating basic Excel workbook with Open XML

Rate me:
Please Sign up or sign in to vote.
4.93/5 (48 votes)
5 May 2012CPOL10 min read 283K   20.4K   111  
This article describes how to create a basic Excel workbook using Open XML.
Class Application

    ' Application-level events, such as Startup, Exit, and DispatcherUnhandledException
    ' can be handled in this file.

End Class

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Europe Europe
Biography provided

Comments and Discussions