import { type XLSX$Utils } from "https://deno.land/x/lume@v1.17.5/deps/sheetjs.ts";
General utilities
Properties
Methods
Converts an array of arrays of JS data to a worksheet.
Converts an array of JS objects to a worksheet.
BROWSER ONLY! Converts a TABLE DOM element to a worksheet.
Converts a worksheet object to an array of JSON objects
Generates delimiter-separated-values output
Generates UTF16 Formatted Text
Generates HTML
Generates a list of the formulae (with value fallbacks)
Generates DIF
Generates SYLK (Symbolic Link)
Generates ETH
Converts 0-indexed cell address to A1 form
Converts 0-indexed range to A1 form
Converts A1 cell address to 0-indexed form
Converts A1 range to 0-indexed form
Creates a new workbook
Append a worksheet to a workbook, returns new worksheet name
Set number format for a cell
Set hyperlink for a cell
Set internal link for a cell
Assign an Array Formula to a range
Add an array of arrays of JS data to a worksheet
Add an array of JS objects to a worksheet