Add read xml function for SharedStrings

This commit is contained in:
Debao Zhang
2013-09-12 11:00:33 +08:00
parent 6ee507b0d8
commit 426ce14311
9 changed files with 232 additions and 23 deletions
+2 -1
View File
@@ -25,6 +25,7 @@
#ifndef XLSXWORKBOOK_P_H
#define XLSXWORKBOOK_P_H
#include "xlsxworkbook.h"
#include <QSharedPointer>
namespace QXlsx {
@@ -36,7 +37,7 @@ public:
Workbook *q_ptr;
SharedStrings *sharedStrings;
QSharedPointer<SharedStrings> sharedStrings;
QList<Worksheet *> worksheets;
Styles *styles;
QList<QImage> images;