Share via


ECMA Office Open XML Session at OzFox

[Update - Fixed link to presentation. Thanks yag]

Last night I delivered my session at OzFox - Creating Office OpenXML Documents in VFP.

Recently adopted as an ECMA standard, and currently undergoing the approval process for ISO adoption, the new Office Open XML document formats are the native format for Word, Excel and PowerPoint 2007.

The huge advantage that this format has over the previous ones is that it is completely documented and allows programmatic creation of Office documents without requiring the Office client applications.

In this session, Andrew will introduce the structure of an Office Open XML document and will demonstrate how to create and modify documents from within VFP, all without ever having to run any of the Office apps in the process.

As promised, the slides for the session are here, and the (tiny amount of) code is here.

One of the things that came up in the session that wasn't covered in the slides was the enhancements to the =rand() function in Word2007 ;)

Comments

  • Anonymous
    February 27, 2007
    One of the things that took me the longest to do when I was prepping for my OzFox Session was also one
  • Anonymous
    February 28, 2007
    One of the demos I showed in my session at OzFox was inserting some new Custom XML into an existing template
  • Anonymous
    March 04, 2007
    Cool, VFP is a great tool, thanks.
  • Anonymous
    March 07, 2007
    The comment has been removed
  • Anonymous
    April 03, 2007
    Many of you have seen me present on the new Office Open XML formats and have heard me talking about how