
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
antd-table-export
Advanced tools
实现 antd-table 的数据导出功能,传入 Table 组件所需的 datasource 和 columns,即可实现前端导出。
xlsx、xls
# 使用 npm 安装依赖
npm i --save antd-table-export
# 或者使用 yarn 安装依赖
yarn add antd-table-export
1、导入模块:
import tableExport from "antd-table-export";
const exportInstance = new tableExport(datasource, columns);
exportInstance.download(tableName, "xlsx");
2、初始化 Export 实例:
const exportInstance = new tableExport(datasource, columns);
3、调用下载方法 download。
download 方法有两个参数:
- 文件名
- 文件类型,目前支持 xlsx、xls 两种类型,如果不传此参数,默认的文件类型是 xlsx
exportInstance.download(tableName);
FAQs
antd-table 的前端导出
The npm package antd-table-export receives a total of 274 weekly downloads. As such, antd-table-export popularity was classified as not popular.
We found that antd-table-export 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
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.