Can read .xlsx files with fill styles now

This commit is contained in:
Debao Zhang
2013-10-22 11:30:06 +08:00
parent b56d86aab4
commit 9abb26127c
8 changed files with 163 additions and 11 deletions
+5
View File
@@ -32,4 +32,9 @@ XmlStreamReader::XmlStreamReader(QIODevice *device) :
{
}
XmlStreamReader::XmlStreamReader(const QByteArray &data) :
QXmlStreamReader(data)
{
}
} // namespace QXlsx