import * as XLSX from 'xlsx'; export async function load(file: File): Promise<void> { const buffer = await file.
確定! 回上一頁