Skip to main content
Module

x/simple_utility/deps.pure_ext.ts

Simplify processing for Deno.
Go to Latest
import * as simpleUtility from "https://deno.land/x/simple_utility@v2.0.10/deps.pure_ext.ts";

Classes

Represents a Reader instance used to read data provided as a Uint8Array instance.

Represents a Writer instance used to retrieve the written data as a Uint8Array instance.

Represents an instance used to read a zip file.

Represents an instance used to create a zip file.

Functions

Csv parse helper to manipulate data. Provides an auto/custom mapper for columns.

Set internal codepage tables

Write data using CSV encoding.

Attempts to parse data

Attempts to write the workbook data

Interfaces

Workbook Object

Worksheet Cell Object

Worksheet Object