Add a new example to show how to view and edit xlsx file with GUI

This commit is contained in:
Debao Zhang
2014-01-08 13:33:29 +08:00
parent a7e2ee7430
commit 8b48dc5f56
6 changed files with 329 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
TARGET = xlsxwidget
#include(../../../src/xlsx/qtxlsx.pri)
QT+= xlsx xlsx-private widgets
SOURCES += main.cpp \
xlsxsheetmodel.cpp
HEADERS += \
xlsxsheetmodel.h \
xlsxsheetmodel_p.h