Add custom number format support

This commit is contained in:
Debao Zhang
2013-10-15 17:27:20 +08:00
parent 9e1a510761
commit b4d9c5f2dd
10 changed files with 203 additions and 12 deletions
+4 -1
View File
@@ -30,9 +30,12 @@ namespace QXlsx {
struct NumberData
{
NumberData() : formatIndex(0) {}
NumberData() : formatIndex(0), _valid(true) {}
int formatIndex;
QString formatString;
bool _valid;
};
struct FontData