crashmax-dev / xlsx-splitter

Splits an XLSX file into multiple XLSX files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@crashmax/xlsx-splitter

npm

Splits an XLSX file into multiple XLSX files.

Install

pnpm i -g @crashmax/xlsx-splitter

Usage

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.

About

Splits an XLSX file into multiple XLSX files


Languages

Language:Go 100.0%