{"id":15008156,"url":"https://github.com/cuixin/xls2lua","last_synced_at":"2026-02-17T17:31:51.988Z","repository":{"id":146386795,"uuid":"132112578","full_name":"cuixin/xls2lua","owner":"cuixin","description":"excel to lua tool","archived":false,"fork":false,"pushed_at":"2020-12-11T10:50:24.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T12:32:12.136Z","etag":null,"topics":["excel","lua","xls2lua"],"latest_commit_sha":null,"homepage":null,"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/cuixin.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":"2018-05-04T08:34:23.000Z","updated_at":"2022-01-23T05:05:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b578987-3b09-41b3-9343-c8f6c401d279","html_url":"https://github.com/cuixin/xls2lua","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cuixin/xls2lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuixin%2Fxls2lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuixin%2Fxls2lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuixin%2Fxls2lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuixin%2Fxls2lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuixin","download_url":"https://codeload.github.com/cuixin/xls2lua/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuixin%2Fxls2lua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29551257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","lua","xls2lua"],"created_at":"2024-09-24T19:15:25.374Z","updated_at":"2026-02-17T17:31:51.964Z","avatar_url":"https://github.com/cuixin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Excel to Lua\nThe first row will be ignored, this row is used for designer's description.\n\nThe second row is used for the generated Lua's field.\n\nSupport field types:\n1. number\n2. string\n3. array\n4. bool\n\nIf you want to ignore the field, use the hyphen character(-).\n\nExample:\n```\n唯一ID\t名称\t忽略列\t数值\t数组\t是否\nId:number\tName:string\t-\tFloat:number\tArray:array\tBool:bool\n1\t中华\t-\t1.2444\t{1,2,3}\tTRUE\n2\t消息\t-\t3\t{1,2,4}\tTRUE\n3\t心宿二\t-\t4\t{1,2,5}\tFALSE\n4\t短短的\t-\t5\t{1,2,6}\tTRUE\n5\t啊啊啊\t-\t5\t{1,2,7}\tTRUE\n\n```\n\n```\ngo run xls2lua.go\n```\n\nShow the results:\n```\nlua test.lua\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuixin%2Fxls2lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuixin%2Fxls2lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuixin%2Fxls2lua/lists"}