We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[6170] Read and write Open XML files (MS Office 2007)

Last post 10-19-2007 9:03 AM by Christopher.Scolt. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [6170] Read and write Open XML files (MS Office 2007)

    This thread is for discussions of Read and write Open XML files (MS Office 2007).

    • Post Points: 25
  • 12-14-2006 2:20 AM In reply to

    Re: [6170] Read and write Open XML files (MS Office 2007)

    Excellent article.  It will save me a least a couple of days of digging this information out from msdn.

    • Post Points: 5
  • 02-08-2007 8:01 PM In reply to

    Re: [6170] Read and write Open XML files (MS Office 2007)

    At work I've been tasked with opening an xlsx file and extracting the information.

    Many thanks for this article which has made understanding the new file format easier.

    • Post Points: 5
  • 05-24-2007 10:22 AM In reply to

    • foerderer
    • Not Ranked
    • Joined on 05-24-2007
    • Switzerland
    • New Member
    • Points 5

    Re: [6170] Read and write Open XML files (MS Office 2007)

    Hallo I just installed Office 2007 and wanted to find out, how the xlsx-Format works. First I just unzipped an Excel file and tried to make sense of the structure on my own. But I failed. Your article helped my to understand the key concept behind the file structure. Thank you very much
    • Post Points: 5
  • 10-19-2007 9:03 AM In reply to

    Re: [6170] Read and write Open XML files (MS Office 2007)

    Not a bad post.  I was looking for a way to create Excel 2007 files from code and came accross the article.  However, seeing how much work was involved - I thought it would be much easier to create an Excel 2003 file and let my Office 2007 using colleagues open the file in compatibility mode.

     Fortunately, I came accross another article, which explains how to use the OfficeOpenXml package provided by Microsoft.  Using this namespace is a breeze!

     For more info - check here: http://www.codeproject.com/office/ExcelPackage.asp

     

    • Post Points: 5
Page 1 of 1 (5 items)