This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
41%
Published
2 years ago (0.0.1)
{ "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" } }