
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
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 283 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.