Skip to content

throws exception when I use load function to load an xlsx file containing functions  #734

@Wrl233

Description

@Wrl233

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions