Results 1 to 3 of 3

Thread: Open XML SDK Basics with Excel

Threaded View

  1. #1

    Thread Starter
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,713

    Open XML SDK Basics with Excel

    The VS2008 solution contains various projects, which begin to scratch the surface of working with OpenXml SDK, which is free from Microsoft, which gives you the ability to work with Excel 2007/2010 files without Excel installed (along with other Office products such as Word and PowerPoint).

    What to expect: working with the SDK will not be easy to work with if you are not willing to put time and effort into understanding the SDK. I have focused on simple reading of data from Excel files along with showing some things which you will not find on the web (I did not and had to create my own solutions) while others things demonstrated use code and a library I found on the web.

    Level of expertise: If you are a beginner developer most likely, you will become frustrated quickly. You will need a good understanding of both Excel file structure and a good understanding of coding in .NET which includes LINQ and Lambda.

    Make sure to read the readme file in the solution, which contains points on the projects and a good deal of links for working with the Open XML SDK.

    Resource
    Get started with OpenXML
    Download OpenXML SDK (and tool)
    Download LINQ Table extensions
    Open XML snippets
    Open-XML content by keyword

    Solution was not uploaded as it is larger than allowed to upload here
    http://kevininstructor.home.comcast....Open_XML_1.zip
    Last edited by kareninstructor; Nov 13th, 2011 at 09:55 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width