# @material-table/exporters

> Helper export methods for @material-table/core

Latest version **1.2.21** (published 2026-01-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install @material-table/exporters
pnpm add @material-table/exporters
yarn add @material-table/exporters
bun add @material-table/exporters
```

## Health

**Score 65/100 (B)** — status: stable.

Positive: has types; esm support; no vulnerabilities; has provenance; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.2.21 |
| Published | 2026-01-12 |
| First published | 2021-01-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 24.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 2 |
| Author | material-table-core contributors |
| Maintainers | oze4, lukss12, dominoengel |
| Keywords | @material-table/core, material-table, material-ui, react |

## Links

- npm: https://www.npmjs.com/package/@material-table/exporters
- Repository: https://github.com/material-table-core/exporters
- Homepage: https://github.com/material-table-core/exporters#readme
- Issues: https://github.com/material-table-core/exporters/issues
- npm.io page: https://npm.io/package/@material-table/exporters

## Dependencies (3)

- [jspdf](https://npm.io/package/jspdf.md) ^4.0.0
- [filefy](https://npm.io/package/filefy.md) ^0.1.11
- [jspdf-autotable](https://npm.io/package/jspdf-autotable.md) ^5.0.7

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.2.21 (latest) — 2026-01-12
- 1.2.19 — 2024-01-18
- 1.2.18 — 2023-12-08
- 1.2.17 — 2023-11-07
- 1.2.11 — 2023-10-08
- 1.2.10 — 2023-10-05
- 1.2.9 — 2023-10-05
- 1.2.8 — 2023-10-05
- 1.2.7 — 2023-10-05
- 1.2.6 — 2023-10-05
- 1.2.5 — 2023-10-05
- 1.2.4 — 2023-10-05
- 1.2.3 — 2023-10-05
- 1.2.2 — 2023-10-05
- 1.2.1 — 2023-10-05
- … 17 more at https://npm.io/package/@material-table/exporters/versions

## README

# @material-table/exporters

À la carte exporters for `@material-table/core`

# Installation

```
// npm
npm i @material-table/exporters

// yarn
yarn add @material-table/exporters
```

# Supported Formats

- `import { ExportCsv } from "@material-table/exporters";`
- `import { ExportPdf } from "@material-table/exporters";`

# Contributing

### Project Commands

| Command                  | Description                                                                |
| ------------------------ | -------------------------------------------------------------------------- |
| `npm run build:root`     | builds src/index.js                                                        |
| `npm run build:children` | builds everything in `src` while specifically ignoring `src/index.js`      |
| `npm run build`          | runs the following command: `npm run build:root && npm run build:children` |

### Publish NPM Package

- Run `npm version patch -m "Release x.x.x"`
  - This example targets "patch"
  - If the message (`-m "..."`) starts with `Release` we have a GitHub Action that will automatically attempt to publish

---
_Source: https://npm.io/package/@material-table/exporters · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
