-
Notifications
You must be signed in to change notification settings - Fork 420
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
throws exception when I use load function to load an xlsx file containing functions #734
Comments
It would simpler if you compile the current code instead of take it from vcpkg. You can do it simpler by:
Generate solution file and compile it with your compiler. If you need, I can send you the project, compiled, just give you email address. |
If you have issues at the first step, call:
|
Thanks a lot. I compile the current code instead of take it from vcpkg and it run successfully. But i don't know why it run successfully and i guess the XLNT version code in VCPKG is older than the current code. You can try this.
|
Sure, here is my email: [email protected] |
Hi, did you solve the problem? Have you sent your email? Anyway, I have tried what you said, something like this:
And worked fine ... I might miss something, can you detail your issue? |
Also, I can send my compiled library, if you want ... |
I installed XLNT 1.5.0#4 using VCPKG , but it throws exception when I use load function to load an xlsx file containing functions.
the code:
find_package(Xlnt REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE xlnt::xlnt)
But when I git clone the latest commit from the master branch and compile the XLNT library by myself withous using VCPKG ,it support xlsx file containing functions.Is it because VCPKG has not updated the latest version of the XLNT library?
The text was updated successfully, but these errors were encountered: