Difference between revisions of "XLSX"

From Apache OpenOffice Wiki
Redirect page
Jump to: navigation, search
(Code Organization: added.)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
XLSX is the XML format used by Excel 2007 and that is part of the [[OpenXML]] specification.
+
#REDIRECT [[SpreadsheetML]]
 
+
= Sample XLSX Files =
+
One convenient location to download sample XLSX files is in [http://svn.gnome.org/viewcvs/gnumeric/trunk/samples/excel12/ gnumeric repository].
+
[[Category:OpenXML]]
+
 
+
= Code Organization =
+
A substream in the XML package is called "fragment", and each fragment has an associated *fragment.hxx header file.  For instance, the code for loading of the workbook.xml fragment is found in workbookfragment.hxx, and so on.
+
 
+
A nested element is called "context", and, like the fragments, each context has an associated *context.hxx.  For instance, the code for parsing the <sheetData> element is found in sheetdatacontext.hxx.
+

Latest revision as of 18:32, 6 March 2007

Personal tools