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

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

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

Attempts to write or download workbook data to XLSX file

Parameters

data: WorkBook
filename: string
optional
opts: WritingOptions