For string type cell, Cell::value() return the string instead of the index

This commit is contained in:
Debao Zhang
2013-10-24 13:14:13 +08:00
parent 7805e37322
commit 97f1fa6835
5 changed files with 35 additions and 18 deletions
+3
View File
@@ -35,6 +35,7 @@ namespace QXlsx {
class XmlStreamWriter;
class XmlStreamReader;
class SharedStrings;
struct XlsxUrlData
{
@@ -179,6 +180,8 @@ public:
void readColumnsInfo(XmlStreamReader &reader);
void readMergeCells(XmlStreamReader &reader);
SharedStrings *sharedStrings() const;
Workbook *workbook;
Drawing *drawing;
QMap<int, QMap<int, QSharedPointer<Cell> > > cellTable;