dbzhang800 / QtXlsxWriter

.xlsx file reader and writer for Qt5
http://qtxlsx.debao.me
Other
1.22k stars 630 forks source link

how to use CellRange with import and export together #203

Open Littlebusybee opened 3 years ago

Littlebusybee commented 3 years ago

I want to use import and export at the same application, and I also use xlsxsheetmodel function, now I wonder how to modify the micro as below in xlsxglobal.h to implement my such idea

if !defined(QT_STATIC) && !defined(XLSX_NO_LIB)

if defined(QT_BUILD_XLSX_LIB)

define Q_XLSX_EXPORT Q_DECL_EXPORT

else

define Q_XLSX_EXPORT Q_DECL_IMPORT

endif

else

define Q_XLSX_EXPORT

endif