Skip to main content
Module

x/sheetjs/packages/s/src/xlsx.d.ts>XLSX

📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Latest
namespace XLSX
import { XLSX } from "https://deno.land/x/sheetjs@v0.18.3/packages/s/src/xlsx.d.ts";

Variables

Stream Utility Functions

Utility Functions

Version string

Functions

Attempts to parse data

NODE ONLY! Attempts to read filename and parse

Attempts to write the workbook data

Attempts to write or download workbook data to file

Interfaces

AutoFilter properties

Simple Cell Address

Worksheet Cell Object

Column Properties Object

Comment element

Defined Name Object

Other supported properties

Link object

Page Margins -- see Excel Page Setup .. Margins diagram for explanation

Options for read and readFile

Basic File Properties

Write sheet protection properties.

Range object (representing ranges like "A1:B2")

Row Properties Object

General object representing a Sheet (worksheet or chartsheet)

NODE ONLY! these return Readable Streams

Workbook-Level Attributes

Workbook View

Workbook Object

Other Workbook Properties

Worksheet Object

Options for write and writeFile

General utilities

Type Aliases

Type of generated workbook

The Excel data type for a cell. b Boolean, n Number, e error, s String, d Date, z Stub

Number Format (either a string or an index to the format table)