0.0.10 • Published 2 years ago
@crashmax/xlsx-splitter v0.0.10
@crashmax/xlsx-splitter
Splits an XLSX file into multiple XLSX files.
Install
pnpm i -g @crashmax/xlsx-splitterUsage
xlsx-splitter --file document.xlsx --rows 1000Arguments
--fileor-f: The path to the XLSX file to split.--rowsor-r: The number of rows per output file.--outputor-o(optional): The path to the output folder.--offsetor-s(optional): The offset of the first row in the input file.