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

x/sheetjs/types/index.d.ts>writeFile

📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Latest
function writeFile
import { writeFile } from "https://deno.land/x/sheetjs@v0.18.3/types/index.d.ts";

Attempts to write or download workbook data to file

Parameters

data: WorkBook
filename: string
optional
opts: WritingOptions