Skip to main content
Home

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.

This package works with Node.js, BrowsersIt is unknown whether this package works with Cloudflare Workers, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
35%
Published
a year ago (0.20.2)

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.

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:@e965/xlsx

Import symbol

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

Import directly with a jsr specifier

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

Add Package

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

Import symbol

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

Add Package

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

Import symbol

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

Add Package

vlt install jsr:@e965/xlsx

Import symbol

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

Add Package

npx jsr add @e965/xlsx

Import symbol

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

Add Package

bunx jsr add @e965/xlsx

Import symbol

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