{"id":22941921,"url":"https://github.com/dot123/exceltool","last_synced_at":"2025-08-12T21:32:31.895Z","repository":{"id":43102440,"uuid":"181338171","full_name":"dot123/excelTool","owner":"dot123","description":"高性能高并发Excel导表工具支持导出.txt .lua .json","archived":false,"fork":false,"pushed_at":"2024-05-10T06:09:02.000Z","size":38960,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-10T07:25:17.510Z","etag":null,"topics":["excel","go","json","lua","txt"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dot123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-14T16:34:32.000Z","updated_at":"2024-05-10T07:25:20.656Z","dependencies_parsed_at":"2024-05-10T07:25:19.457Z","dependency_job_id":"166309df-056a-4053-bcf4-beb4f760ff1e","html_url":"https://github.com/dot123/excelTool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dot123%2FexcelTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dot123%2FexcelTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dot123%2FexcelTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dot123%2FexcelTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dot123","download_url":"https://codeload.github.com/dot123/excelTool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229710716,"owners_count":18111640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["excel","go","json","lua","txt"],"created_at":"2024-12-14T13:45:32.630Z","updated_at":"2024-12-14T13:45:33.583Z","avatar_url":"https://github.com/dot123.png","language":"Go","readme":"# excelTool\n高性能高并发Excel导表工具支持导出txt、lua、json、msgpack格式json\n\n1.excel导表工具支持导出txt、lua、json、msgpack格式json文件,并可以使用zlib压缩。\n\n2.支持格式参考测试例子.xlsx。\n\n3.开头#号注释。\n\n4.表格列或行有留空则跳过。\n\n5.config.json可以配置导出路径如不填则不导出该文件。\n\n6.fileList方便读取所有导出的文件。\n\n7.支持数据类型有string、int、float、list,int、list,float、list,string、list,any、list,\u003clist,int\u003e、list,\u003clist,float\u003e、list,\u003clist,string\u003e、list,\u003clist,any\u003e、auto类型为自动推导类型。\n\n8.支持按分组导出字段，使用的分组和字段分组匹配则导出该字段的数据否则忽略该字段数据导出。\n\n9.配置说明\n\n```\ntype Config struct {\n\tRoot         string   // excel配置表根目录\n\tTxt          string   // txt格式导出路径\n\tJSON         string   // json格式导出路径\n\tLua          string   // lua格式导出路径\n\tBin          string   // msgpack格式json导出路径\n\tTSInterface  string   // ts接口导出路径\n\tGroup        []string // 使用的分组如[\"c\"]\n\tFieldLine    int      // 字段key开始行\n\tTypeLine     int      // 类型配置开始行\n\tGroupLine    int      // 分组配置开始行\n\tDataLine     int      // 有效配置开始行\n\tUseZlib      bool     // 是否使用zlib压缩\n\tComma        string   // txt分隔符,默认是制表符\n\tComment      string   // excel注释符\n\tLinefeed     string   // txt换行符\n\tUseSheetName bool     // 使用工作表名为文件输出名\n}\n```\n\n#### 项目代码https://github.com/dot123/excelTool.git\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdot123%2Fexceltool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdot123%2Fexceltool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdot123%2Fexceltool/lists"}