GithubHelp home page GithubHelp logo

exceltool1's Introduction

excelTool

高性能高并发Excel导表工具支持导出.txt .lua .json

1.excel导表工具支持导出txt、lua、json文件。

2.支持格式参考测试例子.xlsx。

3.开头#号注释。

4.config.json可以配置导出路径如不填则不导出该文件。

5.fileList方便读取所有导出的文件。

6.支持数据类型有int、 float、 string、 auto。

6.配置说明

type Config struct {
	Root         string
	Txt          string
	JSON         string
	Lua          string
	FieldLine    int    //字段key开始行
	DataLine     int    //有效配置开始行
	TypeLine     int    //类型配置开始行
	Comma        string //txt分隔符,默认是制表符
	Comment      string //excel注释符
	Linefeed     string //txt换行符
	UseSheetName bool   //使用工作表名为文件输出名
}

exceltool1's People

Contributors

dot123 avatar

Watchers

mason 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.