Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r3-dev/xlsx-splitter

Splits an XLSX file into multiple XLSX files
https://github.com/r3-dev/xlsx-splitter

cli nodejs xlsx

Last synced: 6 days ago
JSON representation

Splits an XLSX file into multiple XLSX files

Awesome Lists containing this project

README

        

# @r3-dev/xlsx-splitter

> Splits an XLSX file into multiple XLSX files.

## Usage

```bash
pnpx @r3-dev/xlsx-splitter --file document.xlsx --rows 1000
```

## Arguments

- `--file` or `-f`: The path to the XLSX file to split.
- `--rows` or `-r`: The number of rows per output file.
- `--output` or `-o` (optional): The path to the output folder.
- `--offset` or `-s` (optional): The offset of the first row in the input file.