Add basic url type support for Worksheet::write()

This commit is contained in:
Debao Zhang
2013-09-02 14:22:42 +08:00
parent 26e099bd06
commit 7f7fa7e9fa
5 changed files with 157 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ int main()
sheet->write("B3", 12345);
sheet->write("C5", "=44+33");
sheet->write("D7", true);
sheet->write("E1", "http://qt-project.org");
QXlsx::Worksheet *sheet2 = workbook.addWorksheet();
//Rows and columns are zero indexed.