antd-table-2-xlsx icon indicating copy to clipboard operation
antd-table-2-xlsx copied to clipboard

🐥 A very simple way to transform antd table to xlsx

antd-table-2-xlsx

antd-table-2-xlsx

A very simple way to transform antd table to xlsx .

GitHub stars

Get Start!


Install

pnpm add @sudongyuer/antd-table-2-xlsx

Usage/Examples

Client

  import { useExcel } from '@sudongyuer/antd-table-2-xlsx'
  const { antdTable2xlsx } = useExcel()
  //antd table columns and data fileName
   antdTable2xlsx(columns, data, 'xxxFilName')

License

MIT License © 2021-Present YuDong Su