Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_utility/mod.full.ts>sheetEncodeRaw

Simplify processing for Deno.
Latest
function sheetEncodeRaw
import { sheetEncodeRaw } from "https://deno.land/x/simple_utility@v2.3.2/mod.full.ts";

Convert from sheetjs raw workbook object to EXCEL workbook.

Examples

Example 1

const bin = await Deno.readFile("./book.xlsx");
const book = sheetDecodeRaw(bin);
const enc = sheetEncodeRaw(book);

Parameters

optional
cp: number
optional
pw: string

Returns

Uint8Array