Skip to main content
Module

x/flat/mod.ts>xlsx.BookType

A collection of postprocessing utilities for flat
Latest
type alias xlsx.BookType
import { type xlsx } from "https://deno.land/x/flat@0.0.15/mod.ts";
const { BookType } = xlsx;

Type of generated workbook

definition:
| "xlsx"
| "xlsm"
| "xlsb"
| "xls"
| "xla"
| "biff8"
| "biff5"
| "biff2"
| "xlml"
| "ods"
| "fods"
| "csv"
| "txt"
| "sylk"
| "slk"
| "html"
| "dif"
| "rtf"
| "prn"
| "eth"
| "dbf"