
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
kk-export-excel
Advanced tools
说明: 本插件依赖 script-loader, file-saver, xlsx。
npm install -D script-loader
npm install -S file-saver xlsx kk-export-excel
// 在组件中引入
import exportExcel from "kk-export-excel"
// 数据准备
let dataList = [{name: '张三', age: 18, job: '学生'}, {name: '李四', age: 28, job: '教师'}]; // 需要导出表格的数据 Array
let tHeader = ['名字', '年龄', '职业']; // 每一列的表头文字
let filterVal = ['name','age','job']; // 每一列所对应的字段名
let fileName = '表格1'; // 文件名
// 导出
exportExcel(tHeader, filterVal, dataList, fileName)
FAQs
前端导出 excel
We found that kk-export-excel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.