Todd
35a2b8026e
spreadsheet: add a line chart example and supporting code
2017-09-04 11:08:29 -05:00
Todd
ba68d59d67
schema: serialize booleans as 1/0 instead of true/false
...
This matches what the MS products and LibreOffice do.
2017-09-04 11:08:29 -05:00
Todd
96a7f9dc80
spreadsheet: allow setting drawing extents
2017-09-04 11:08:29 -05:00
Todd
f959cb0c9f
spreadsheet: working line chart
...
- needs major cleanup, but it displays in Libre
2017-09-04 11:08:29 -05:00
Todd
0dae44f002
chart, drawing: start adding chart & drawing support
...
- Created chart, drawing packages for the chart/drawing stuff common
between document type
- Need to go back and clean up any drawing related document types after
2017-09-04 11:08:29 -05:00
Todd
9090e4f93c
meta: move filename information out of packages
...
This seems like the better choice, a lot of the logic is shared
between the document types, and it allows generating filenames in
a single place.
The only downside is that you must pass in the document type as
some content types have different typical names depending on the
document type (e.g. an 'office document' is the main document.xml,
workbook.xml and presentation.xml
2017-09-04 11:08:29 -05:00
Todd
f07c57cae7
gooxml: move content types to base package
2017-09-04 11:08:29 -05:00
Todd
74a59930f2
spreadsheet: write out charts/drawings
2017-09-04 11:08:29 -05:00
Todd
6164089457
zippkg: start breaking out decoding
...
Decoding was getting fairly complicated, it seems cleaner
to have something handle the relationships file and traversal
and the document just be notified via callback when new
files have been found.
2017-09-04 11:08:29 -05:00
Todd
ef0d194ae2
spreadsheet: fix issue loading spreadsheets with non-standard naming
2017-09-02 17:50:38 -05:00
Todd
13820691e2
spreadsheet: save worksheet relationships
2017-09-02 17:50:38 -05:00
Todd
a06fea99f7
spreadsheet: add saving/loading of themes
2017-09-02 17:50:38 -05:00
Todd
8f45ea019b
spreadsheet: add thumbnail support
2017-09-02 17:50:38 -05:00
Todd
d186678dbb
spreadsheet: merge spreadsheet/style package into spreadsheet
2017-09-02 17:50:38 -05:00
Todd
d1d718b734
spreadsheet: add validation check for reused sheet names
2017-09-02 17:50:38 -05:00
Todd
1896e7fd06
spreadsheet: allow setting/retrieving sheet name
2017-09-02 17:50:38 -05:00
Todd
a54e7275e4
common: add core properties tests
2017-09-02 14:23:54 -05:00
Todd
7c630b0030
schema: update prefix for http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
...
Use the same prefix that Word uses
2017-08-31 22:17:52 -05:00
Todd
8e630657bf
examples: add Word template example
...
Add an example that shows how to use a Word document
as a template and pull its styles for use in a new document.
2017-08-30 17:25:49 -05:00
Todd
0da5ce4a82
schema: rework xsd:any type
2017-08-29 22:40:44 -05:00
Todd
105ef6916e
document: read/restore all contents of a Word 2016 file
...
Adds support for serializing/deserializing of:
- webSettings
- fontTable
- endnotes
- footnotes
- themes
- optional numbering
2017-08-29 22:40:44 -05:00
Todd
366c3b51ec
schema: rework xsd:any handling
2017-08-29 16:55:03 -05:00
Todd
4bd04dd2e5
initial commit
2017-08-29 15:06:08 -05:00