MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

Mini Excel Reader(just .xlsx) for C++ & Lua

Results 2 MiniExcel issues
Sort by recently updated
recently updated
newest added

I am using CentOS7 and Lua5.1.4 was initially installed. Perhaps for this reason, CMake fails to find Lua. I remove `if (BUILD_LUA)` and `find_package(Lua51 REQUIRED)`, and replace the `${LUA_INCLUDE_DIR}` as...

I download all the files and compile. But error occurs when I run it: It notice "can't open.". I just run it by command "./MiniExcelTest" Could you help me ?