{"id":20291428,"url":"https://github.com/k2informaticsgmbh/exlx","last_synced_at":"2025-03-04T04:44:43.472Z","repository":{"id":145962472,"uuid":"51430348","full_name":"K2InformaticsGmbH/exlx","owner":"K2InformaticsGmbH","description":"Open SpreadsheetML manipulation library","archived":false,"fork":false,"pushed_at":"2019-03-26T15:11:17.000Z","size":21,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-14T09:12:11.526Z","etag":null,"topics":["spreadsheetml","xlsx"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/K2InformaticsGmbH.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":"2016-02-10T09:01:33.000Z","updated_at":"2019-07-15T21:54:18.000Z","dependencies_parsed_at":"2023-07-04T09:46:26.300Z","dependency_job_id":null,"html_url":"https://github.com/K2InformaticsGmbH/exlx","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K2InformaticsGmbH%2Fexlx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K2InformaticsGmbH%2Fexlx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K2InformaticsGmbH%2Fexlx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K2InformaticsGmbH%2Fexlx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/K2InformaticsGmbH","download_url":"https://codeload.github.com/K2InformaticsGmbH/exlx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241787486,"owners_count":20020099,"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":["spreadsheetml","xlsx"],"created_at":"2024-11-14T15:12:20.012Z","updated_at":"2025-03-04T04:44:43.450Z","avatar_url":"https://github.com/K2InformaticsGmbH.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# erlxlsx\nSpreadsheetML (XLSX) generator library\n\n### Usage Example\n```erlang\nf().\nFile = \"xlsx_test/test.xlsx\".\nSheet = #{1 =\u003e #{'A' =\u003e #{style =\u003e 1, data =\u003e \"Test\"}, 'B' =\u003e 1},\n          2 =\u003e #{'A' =\u003e \"Test1\", 'B' =\u003e #{style =\u003e 0, data =\u003e 2}},\n          3 =\u003e #{'A' =\u003e #{style =\u003e 2, data =\u003e \"K2 Home\", href =\u003e \"http://www.k2informatics.ch\"}}}.\nStyle = #{fonts =\u003e [#{name =\u003e \"Calibri\", color =\u003e \"FF0000FF\", size =\u003e 12.0,\n                      bold =\u003e true, italics =\u003e true, underline =\u003e true, strike =\u003e true},\n                    #{name =\u003e \"Calibri\", color =\u003e \"FF0000FF\", size =\u003e 12.0,\n                      bold =\u003e false, italics =\u003e true, underline =\u003e false, strike =\u003e true},\n                    #{name =\u003e \"Calibri\", color =\u003e \"0563C1FF\", size =\u003e 12.0,\n                      bold =\u003e false, italics =\u003e false, underline =\u003e true, strike =\u003e false}],\n          fills =\u003e [#{type =\u003e \"solid\", fg =\u003e \"FFFF00FF\", bg =\u003e \"FFFF00FF\"},\n                    #{type =\u003e \"solid\", fg =\u003e \"FFFFFF00\", bg =\u003e \"FFFFFF00\"},\n                    #{type =\u003e \"solid\", fg =\u003e \"FFFFFFFF\", bg =\u003e \"FFFFFFFF\"}],\n          xfs =\u003e [#{fill =\u003e 0, font =\u003e 0},#{fill =\u003e 1, font =\u003e 1},#{font =\u003e 2}]}.\n\n% with auto filter\n{ok, FC} = erlxlsx:create(File, \u003c\u003c\"Test\"\u003e\u003e, Sheet, Style, #{autoFilter =\u003e \u003c\u003c\"A1:B1\"\u003e\u003e}).\n\n% without auto filter\n{ok, FC} = erlxlsx:create(File, \u003c\u003c\"Test\"\u003e\u003e, Sheet, Style).\n\nfile:write_file(File, FC).\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk2informaticsgmbh%2Fexlx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk2informaticsgmbh%2Fexlx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk2informaticsgmbh%2Fexlx/lists"}