Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r3-dev/xlsx-splitter
- Owner: r3-dev
- Created: 2023-11-27T12:02:24.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-12-01T09:10:54.000Z (12 months ago)
- Last Synced: 2023-12-01T09:38:33.272Z (12 months ago)
- Topics: cli, nodejs, xlsx
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.