# xlsx-cli

> Command-line interface for SheetJS

Latest version **1.1.3** (published 2022-04-16) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install xlsx-cli
pnpm add xlsx-cli
yarn add xlsx-cli
bun add xlsx-cli
```

Provides the command `xlsx-cli`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: no vulnerabilities; popular repo.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2022-04-16 |
| First published | 2020-06-27 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8 |
| Dependencies | 3 |
| Unpacked size | 23.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 36341 |
| Author | sheetjs |
| Maintainers | sheetjs, sw4nky |
| Keywords | excel, xls, xlsx, xlsb, xlsm, ods, csv, dbf, dif, sylk, office, spreadsheet |

## Links

- npm: https://www.npmjs.com/package/xlsx-cli
- Repository: https://github.com/SheetJS/sheetjs
- Homepage: https://sheetjs.com/
- Issues: https://github.com/SheetJS/sheetjs/issues
- npm.io page: https://npm.io/package/xlsx-cli

## Dependencies (3)

- [xlsx](https://npm.io/package/xlsx.md) https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz
- [commander](https://npm.io/package/commander.md) ~2.17.1
- [exit-on-epipe](https://npm.io/package/exit-on-epipe.md) ~1.0.1

## Alternatives

- [csv-to-markdown-table](https://npm.io/package/csv-to-markdown-table.md) — 47.0K weekly downloads
- [@sapphire/ratelimits](https://npm.io/package/@sapphire/ratelimits.md) — 4.4K weekly downloads
- [js-csvparser](https://npm.io/package/js-csvparser.md) — 2.0K weekly downloads
- [@adadapted/js-sdk](https://npm.io/package/@adadapted/js-sdk.md) — 251 weekly downloads
- [@grapecity/spread-sheets-sparklines](https://npm.io/package/@grapecity/spread-sheets-sparklines.md) — 103 weekly downloads

## Recent versions

- 1.1.3 (latest) — 2022-04-16
- 1.1.2 — 2022-03-03
- 1.1.1 — 2021-11-06
- 1.0.0 — 2020-06-27

## README

# xlsx-cli

This is a standalone version of the CLI tool for [SheetJS](https://sheetjs.com).

For newer versions of node, the tool should be invoked with `npx`:

```bash
$ npx xlsx-cli --help             # help and usage info
$ npx xlsx-cli --xlsx test.csv    # generates test.csv.xlsx from test.csv
```

For older versions of node, the tool should be installed globally:

```bash
$ sudo npm install -g xlsx-cli    # install globally (once)

$ xlsx-cli --help                 # help and usage info
$ npx xlsx-cli --xlsx test.csv    # generates test.csv.xlsx from test.csv
```

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