1 Star 0 Fork 0

徐阳阳/exceljs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
excel.js 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
@Siemienik Paweł 提交于 2020-09-28 22:53 . 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');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Xu_Yangy/exceljs.git
git@gitee.com:Xu_Yangy/exceljs.git
Xu_Yangy
exceljs
exceljs
master

搜索帮助