Add font format support for cell data

This commit is contained in:
Debao Zhang
2013-08-27 10:23:11 +08:00
parent 0ad70e84c9
commit abb991c212
11 changed files with 289 additions and 121 deletions
+2
View File
@@ -18,6 +18,8 @@ int main()
sheet->write("D7", true);
QXlsx::Worksheet *sheet2 = workbook.addWorksheet();
//Rows and columns are zero indexed.
//The first cell in a worksheet, "A1", is (0, 0).
sheet2->write(0, 0, "First");
sheet2->write(1, 0, "Second");
sheet2->write(2, 0, "Third");