Skip to main content
Home

latest
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
41%
Published
2 years ago (0.0.1)
Package root>deno.json
{ "name": "@loui/sheets", "version": "0.0.1", "description": "A simple library for parsing and exporting Excel (XLSX) files to/from JSON", "exports": "./mod.ts", "repository": { "type": "git", "url": "git+https://github.com/loueed/sheets.git" }, "keywords": [ "xlsx", "excel", "export", "jszip" ], "author": "Louis Dickinson", "license": "MIT", "bugs": { "url": "https://github.com/loueed/sheets/issues" }, "homepage": "https://github.com/loueed/sheets#readme", "dependencies": { "jszip": "^3.10.1" } }