xsl-list
[Top] [All Lists]

Re: [xsl] generating Office Open XML parts using xslt

2014-07-24 21:44:55
On Fri, 2014-07-25 at 02:06 +0000, Christopher R. Maden 
crism(_at_)maden(_dot_)org
wrote:
On 07/24/2014 08:02 PM, Paul Tyson phtyson(_at_)sbcglobal(_dot_)net wrote:
Does anyone know of success stories in generating Office Open XML 
artifacts using XSLT?

(This is the "open" format used by Microsoft Office since 2007, 
standardized in ISO/IEC 29500 and ECMA-376.)

I am looking for pointers to solid documentation of namespaces and 
package structure, particularly for SpreadsheetML (Microsoft's .xlsx 
format) as used in Excel 2007.

I have generated Word/XML documents, but not Excel ones.

It is simplest when there is an existing Word document that conforms to
a style template; such a .docx file can be unzipped and gutted, new
content generated that uses the template, and the resulting directory
zipped back up again.  Generating the complete .docx structure de novo
is more difficult.

This likely applies to Excel Office Open files as well, but I can’t say
for certain.

My focus now is on xlsx files, but I think the package structure is
similar for all the Office Open document types. I have in mind putting
together xslt/xproc pipelines to provide versatile capabilities for
writing (and maybe later, reading) these files.

Regards,
--Paul

~Chris
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>