Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use CellRange with import and export together #203

Open
Littlebusybee opened this issue Nov 1, 2020 · 0 comments
Open

how to use CellRange with import and export together #203

Littlebusybee opened this issue Nov 1, 2020 · 0 comments

Comments

@Littlebusybee
Copy link

Littlebusybee commented Nov 1, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant