bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx

Desktop / LibreOffice - Kohei Yoshida [collabora.com] - 28 August 2014 20:37 UTC

Still not perfect, but it somewhat does work.

f5aeaa3 bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.
include/oox/core/relations.hxx | 3 +-
sc/Library_scfilt.mk | 1 +
sc/inc/dpcache.hxx | 1 +
sc/inc/dpobject.hxx | 4 +
sc/inc/dpoutput.hxx | 3 +-
sc/source/core/data/dpcache.cxx | 8 +
sc/source/core/data/dpobject.cxx | 32 ++
sc/source/core/data/dpoutput.cxx | 21 ++
sc/source/filter/excel/excdoc.cxx | 20 +-
sc/source/filter/excel/xepivotxml.cxx | 641 +++++++++++++++++++++++++++++++++
sc/source/filter/excel/xeroot.cxx | 9 +
sc/source/filter/inc/xepivotxml.hxx | 95 +++++
sc/source/filter/inc/xeroot.hxx | 5 +
13 files changed, 833 insertions(+), 10 deletions(-)

Upstream: cgit.freedesktop.org


  • Share