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
+1 -1
View File
@@ -43,7 +43,7 @@ int main()
xlsx.setColumn(8, 15, 5.0, format4);
QXlsx::Format *format5 = xlsx.createFormat();
format5->setNumberFormat(22);
format5->setNumberFormatIndex(22);
xlsx.write("A5", QDate(2013, 8, 29), format5);
QXlsx::Format *format6 = xlsx.createFormat();