Code Monkey home page Code Monkey logo

lua-excel's Introduction

#一个纯Lua的excel解析库 在游戏开发中需要建立许多数据表,提供给程序读取配置。一般采用excel表的形式,然后通过某种方式转换为程序使用的数据。

我就写了这么一个纯lua的代码来解析这些数据,当然,这里的excel是另存为xml格式的表格,而不是.xls文件,其内容并不会有什么变化。为什么没用csv逗号分隔格式呢,因为xml支持一个文档中包含多个表格,这样才和xls完全一致。

代码完成度不算100%,因为肯定不会符合你的实际使用情况,最后还是需要你自己修改代码。

lua-excel's People

Contributors

shuax avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.