Skip to main content
Home
This release was yanked — the latest version of @mirror/xlsx is 0.20.3. Jump to latest

@mirror/xlsx@0.20.2-0
Built and signed on GitHub Actions

Mirror of SheetJS Community Edition.

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
64%
Published
2 years ago (0.20.2-0)

SheetJS

The SheetJS Community Edition offers battle-tested open-source solutions for extracting useful data from almost any complex spreadsheet and generating new spreadsheets that will work with legacy and modern software alike.

SheetJS Pro offers solutions beyond data processing: Edit complex templates with ease; let out your inner Picasso with styling; make custom sheets with images/graphs/PivotTables; evaluate formula expressions and port calculations to web apps; automate common spreadsheet tasks, and much more!

Documentation

Constellation

  • https://oss.sheetjs.com/notes/: File Format Notes

  • ssf: Format data using ECMA-376 spreadsheet format codes

  • xlsx-cli: NodeJS command-line tool for processing files

  • cfb: Container (OLE/ZIP) file processing library

  • codepage: Legacy text encodings for XLS and other legacy spreadsheet formats

  • dta: Stata DTA file processor

  • test_files: Test files and various plaintext baselines.

License

Please consult the attached LICENSE file for details. All rights not explicitly granted by the Apache 2.0 License are reserved by the Original Author.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@mirror/xlsx

Import symbol

import * as xlsx from "@mirror/xlsx";
or

Import directly with a jsr specifier

import * as xlsx from "jsr:@mirror/xlsx";

Add Package

pnpm i jsr:@mirror/xlsx
or (using pnpm 10.8 or older)
pnpm dlx jsr add @mirror/xlsx

Import symbol

import * as xlsx from "@mirror/xlsx";

Add Package

yarn add jsr:@mirror/xlsx
or (using Yarn 4.8 or older)
yarn dlx jsr add @mirror/xlsx

Import symbol

import * as xlsx from "@mirror/xlsx";

Add Package

vlt install jsr:@mirror/xlsx

Import symbol

import * as xlsx from "@mirror/xlsx";

Add Package

npx jsr add @mirror/xlsx

Import symbol

import * as xlsx from "@mirror/xlsx";

Add Package

bunx jsr add @mirror/xlsx

Import symbol

import * as xlsx from "@mirror/xlsx";