xlsxsplit is a tool to split xlsx file with multiple sheets into multiple files.
Run such comand under directory where examples.xlsx exists.
$ xlsxsplit split -f examples.xlsx
then you'll get splitted files(Students.xlsx,ClassRoom.xlsx)
- Log output to console (optional)
- Progress display。
Thanks to metafates/go-template which make it easy to write a cli tool.