Ai
1 Star 3 Fork 1

饺子大魔王/exceljs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
excel.js 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
@Siemienik Paweł 提交于 2020-09-29 04:53 +08:00 . change max-len value, lint:fix
/**
* Copyright (c) 2014-2019 Guyon Roche
* LICENCE: MIT - please refer to LICENSE file included with this module
* or https://github.com/exceljs/exceljs/blob/master/LICENSE
*/
if (parseInt(process.versions.node.split('.')[0], 10) < 10) {
throw new Error(
'For node versions older than 10, please use the ES5 Import: https://github.com/exceljs/exceljs#es5-imports'
);
}
module.exports = require('./lib/exceljs.nodejs.js');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chenxiaonan/exceljs.git
git@gitee.com:chenxiaonan/exceljs.git
chenxiaonan
exceljs
exceljs
master

搜索帮助