Add a new example to show how to view and edit xlsx file with GUI
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user