{"id":20745878,"url":"https://github.com/isc30/xlnt-wasm","last_synced_at":"2025-06-12T13:40:52.099Z","repository":{"id":92561486,"uuid":"147728307","full_name":"isc30/xlnt-wasm","owner":"isc30","description":"WebAssembly bindings for XLNT library","archived":false,"fork":false,"pushed_at":"2020-08-07T09:44:41.000Z","size":1396,"stargazers_count":23,"open_issues_count":2,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-24T06:53:03.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isc30.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-06T20:15:35.000Z","updated_at":"2024-02-29T23:39:27.000Z","dependencies_parsed_at":"2023-04-17T00:08:15.525Z","dependency_job_id":null,"html_url":"https://github.com/isc30/xlnt-wasm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isc30/xlnt-wasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc30%2Fxlnt-wasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc30%2Fxlnt-wasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc30%2Fxlnt-wasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc30%2Fxlnt-wasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isc30","download_url":"https://codeload.github.com/isc30/xlnt-wasm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc30%2Fxlnt-wasm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259474545,"owners_count":22863697,"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":[],"created_at":"2024-11-17T07:23:15.076Z","updated_at":"2025-06-12T13:40:52.043Z","avatar_url":"https://github.com/isc30.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"WebAssembly bindings for the [XLNT library](https://github.com/tfussell/xlnt)\n\n## NPM\n\nhttps://www.npmjs.com/package/xlnt\n\n## Blog posts\n\nI'm writing a series of posts in my blog about porting C++ to WASM.\u003cbr/\u003e\nYou can take a look here: [Excel-ent experiment with WebAssembly](https://blog.codeisc.com/2018/08/28/xlnt-wasm-intro.html)\n\n## Demo\n[Simple test and proof of concept in JavaScript that exports a HTML table to excel (with rowspan and colspan)](http://isc30.github.io/xlnt-wasm/demo.html)\n\n```html\n\u003cscript src=\"./xlnt.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    load_xlnt().then(function(xlnt)\n    {\n        book = new xlnt.workbook();\n        sheet = book.active_sheet();\n\n        sheet.using_cell(\"B2\", c =\u003e c.set_value(\"asd\"));\n\n        book.download(\"demo.xlsx\");\n        \n        sheet.delete();\n        book.delete();\n    });\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisc30%2Fxlnt-wasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisc30%2Fxlnt-wasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisc30%2Fxlnt-wasm/lists"}