Jay Two
Jay Two
Dear @KangLin Sorry for the late reply. I'm currently working on a commercial project where internet use is restricted. Internet is only available on weekends. The environment without internet is...
Dear @huvic QXlsx does not support formula function properly. If you need this function, we recommend using [QXlnt](https://github.com/QtExcel/Qxlnt) or [xlnt](https://github.com/tfussell/xlnt). I will register this issue to a enhancement.
Dear @huvic This project is an open source project and everyone is welcome to participate. 😃 If you perform a pull request, we will add it to a separate branch...
- Are you saying this? ``` void Styles::writeFill() ```
Sorry for the late response. I think you need an example for that function.
Sorry for the late response. Thanks for reporting.
- first issue is corrected. - The second issue requires further analysis. - see dev93 branch for testing
Dear @tacochun My English is not good either. 🐒 Can you show us your example code? And... In my opinion, the version of Qt doesn't seem to be an issue....
Sorry for the late reply. I created a repository for testing. https://github.com/JayTwoLab/qxlsx-issues-151 Can you make a pull request for testing?
Because of the following code, it does not work in the dll(so) project. ```qmake ######################################## # source code HEADERS += $$files($${QXLSX_HEADERPATH}*.h) SOURCES += $$files($${QXLSX_SOURCEPATH}*.cpp) ``` There is a difference between...