{"id":19535581,"url":"https://github.com/miyako/4d-plugin-xlsxio","last_synced_at":"2026-06-16T00:33:13.870Z","repository":{"id":147172548,"uuid":"100449324","full_name":"miyako/4d-plugin-xlsxio","owner":"miyako","description":"very simple XLSX library based on XLSXIO","archived":false,"fork":false,"pushed_at":"2024-08-27T04:53:34.000Z","size":20872,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T04:16:08.602Z","etag":null,"topics":["4d-plugin","xlsx"],"latest_commit_sha":null,"homepage":"","language":"C","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/miyako.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":"2017-08-16T05:01:29.000Z","updated_at":"2024-08-27T04:53:38.000Z","dependencies_parsed_at":"2025-01-08T18:02:58.614Z","dependency_job_id":null,"html_url":"https://github.com/miyako/4d-plugin-xlsxio","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/miyako/4d-plugin-xlsxio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-xlsxio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-xlsxio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-xlsxio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-xlsxio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/4d-plugin-xlsxio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-xlsxio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34386320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["4d-plugin","xlsx"],"created_at":"2024-11-11T02:19:11.468Z","updated_at":"2026-06-16T00:33:13.855Z","avatar_url":"https://github.com/miyako.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![version](https://img.shields.io/badge/version-17%2B-3E8B93)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm%20|%20win-64\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/4d-plugin-xlsxio)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-xlsxio/total)\n\n**Note**: for v17 and earlier, move `manifest.json` to `Contents`\n\n# 4d-plugin-xlsxio\nvery simple XLSX library based on [XLSXIO](https://github.com/brechtsanders/xlsxio)\n\n## Syntax\n\n```4d\njson:=XLSX TO JSON (path;options;error)\n```\n\nParameter|Type|Description\n------------|------------|----\npath|TEXT|location of ``.XLSX`` document\noptions|LONGINT|options\nerror|TEXT|on outout, error in ``JSON``; on input the sheet name to read\njson|TEXT|values in ``JSON``\n\n```4d\nXLSX SHEET NAMES (path;names)\n```\n\nParameter|Type|Description\n------------|------------|----\npath|TEXT|location of ``.XLSX`` document\nnames|TEXT ARRAY|sheet names\n\n\n```4d\nJSON TO XLSX (path;json;row_height;detection_rows;error)\n```\n\nParameter|Type|Description\n------------|------------|----\npath|TEXT|location of ``.XLSX`` document\njson|TEXT|values in ``JSON``\njson|LONGINT|row height\njson|LONGINT|number of rows used to detect column widths\nerror|TEXT|error in ``JSON``\n\n* Options for ``XLSX TO JSON``\n\n```c\nXLSXIOREAD_SKIP_NONE 0\nXLSXIOREAD_SKIP_EMPTY_ROWS 1\nXLSXIOREAD_SKIP_EMPTY_CELLS 2\nXLSXIOREAD_SKIP_ALL_EMPTY 3\nXLSXIOREAD_SKIP_EXTRA_CELLS 4\n```\n\n## Remarks\n\nOnly the first sheet is exported with ``JSON TO XLSX``\n\nAll values are imported as text with ``XLSX TO JSON``\n\nValues can be text, number, or bool with ``JSON TO XLSX``, but you would need to use ``Collection`` for that.\n\nFor more information see https://github.com/brechtsanders/xlsxio\n\n## Examples\n\n```4d\n$path:=System folder(Desktop)+\"sample.xlsx\"\n\n  //all values are returned as string\n$json:=XLSX TO JSON ($path;XLSXIOREAD_SKIP_EMPTY_ROWS;$json_e)\n\n$xlsx:=JSON Parse($json)\n$_err:=JSON Parse($json_e)\n\n$row_height:=1  //set row height\n$detection_rows:=10  //how many rows to buffer to detect column widths\n\n$path:=System folder(Desktop)+\"sample-copy.xlsx\"\n  //only 1 sheet is supported\nJSON TO XLSX ($path;$json;$row_height;$detection_rows;$json_e)\n\nOPEN URL($path;\"Microsoft Excel\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-xlsxio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2F4d-plugin-xlsxio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-xlsxio/lists"}