Can read .xlsx files with border styles now

This commit is contained in:
Debao Zhang
2013-10-22 13:37:49 +08:00
parent 9abb26127c
commit 31270604c6
4 changed files with 127 additions and 4 deletions
+3
View File
@@ -26,6 +26,7 @@
#define XLSXSTYLES_H
#include "xlsxglobal.h"
#include "xlsxformat.h"
#include <QSharedPointer>
#include <QHash>
#include <QList>
@@ -76,6 +77,8 @@ private:
bool readFills(XmlStreamReader &reader);
bool readFill(XmlStreamReader &reader);
bool readBorders(XmlStreamReader &reader);
bool readBorder(XmlStreamReader &reader);
bool readSubBorder(XmlStreamReader &reader, const QString &name, Format::BorderStyle &style, QColor &color);
bool readCellXfs(XmlStreamReader &reader);
QHash<QString, int> m_builtinNumFmtsHash;