UNPKG

@corbe30/fortune-excel

Version:

An Excel import/export import library for FortuneSheet

4 lines (3 loc) 142 B
import ExcelJS from "exceljs"; declare var setStyleAndValue: (table: any, worksheet: ExcelJS.Worksheet) => void; export { setStyleAndValue };