# xlsx2lua **Repository Path**: ylme/xlsx2lua ## Basic Information - **Project Name**: xlsx2lua - **Description**: 游戏开发使用的导出 lua 的导表工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-05 - **Last Updated**: 2023-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 使用 参考 `tests/test.lua` 如下, ```lua package.path = "lualib/?.lua;" local parse = require "core.main" parse { exec_file = "src\\build\\x64\\debug\\convert.exe", list = { { xlsx_file = "tests/S示例.xlsx", raw_file = "tests/example.raw.lua", result_file = "tests/example.lua", }, } } ``` ### 说明 * 需要将 `src/main.cpp` 编译成可执行文件,目前还欠缺支持 cmake 编译 * `src/OpenXLSX` 来源 https://github.com/troldal/OpenXLSX