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

x/simple_utility/deps.pure.ts

Simplify processing for Deno.
Latest
import * as simpleUtility from "https://deno.land/x/simple_utility@v2.3.2/deps.pure.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

Parses CSV string into an array of arrays of strings.

Set internal codepage tables

Attempts to parse data

Attempts to write the workbook data

Converts an array of objects into a CSV string.

Interfaces

Workbook Object

Worksheet Cell Object

Worksheet Object