文件名称:export-xlsx:汇出Excel
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-11 00:40:26
excel xlsx JavaScript
export-xlsx· 汇出Excel 支持公式 层次结构 多头 入门 $ npm i -S export-xlsx 用法 进行Excel设定 import { alignment, defaultDataType } from 'export-xlsx'; // Export settings export const SETTINGS_FOR_EXPORT = { // Table settings fileName: 'example', workSheets: [ { sheetName: 'example', startingRowNumber: 2, gapBetweenTwoTables: 2, tableSettings: { data: { importable
【文件预览】:
export-xlsx-master
----.gitignore(23B)
----package.json(498B)
----package-lock.json(32KB)
----.travis.yml(154B)
----index.js(19KB)
----LICENCE(1KB)
----README.md(3KB)
----example()
--------setting.js(2KB)
--------export.js(786B)
----test()
--------index.js(105B)