Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JDOM User »

[jdom-interest] Building and XML Spreadsheet for Microsoft Excel - Office XP Prof
essional

Ben Brand

2003-11-13

Replies:

Building and XML Spreadsheet for Microsoft Excel - Office XP Professional

Hi all

Looking into a new project, i.e. generating a MS Excel XML compliant document (Office XP Pro) to be used downstream for reporting purposes.

I have been playing around with it and I seem to be stumped with the namespaces they (MS) use.

For example:

<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
 xmlns:o="urn:schemas-microsoft-com:office:office"
 xmlns:x="urn:schemas-microsoft-com:office:excel"
 xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
 xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
 xmlns:html="http://www.w3.org/TR/REC-html40">

Has anyone done this before? How do I get JDOM to create these specific types of namespaces? (or even multiple ones . . .)

Thanks in advance.

Ben Brand

©2008 junlu.com - Jax Systems, LLC, U.S.A.