UNPKG

react-excel-exporter

Version:

Library for exporting data to Excel made with React and ViteJS.

5 lines (4 loc) 220 B
import { ExcelFile } from '../components/Excel'; import { ExcelColumn } from '../components/Excel/ExcelColumn'; import { ExcelSheet } from '../components/Excel/ExcelSheet'; export { ExcelFile, ExcelSheet, ExcelColumn };