https://github.com/faradayio/plancha
A node CLI tool to flatten multi-sheet/tab spreadsheet files
https://github.com/faradayio/plancha
Last synced: about 2 months ago
JSON representation
A node CLI tool to flatten multi-sheet/tab spreadsheet files
- Host: GitHub
- URL: https://github.com/faradayio/plancha
- Owner: faradayio
- License: mit
- Created: 2017-03-22T21:05:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T16:27:27.000Z (almost 9 years ago)
- Last Synced: 2025-10-19T19:27:08.556Z (8 months ago)
- Language: JavaScript
- Size: 722 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plancha
A node CLI tool to flatten multi-sheet/tab spreadsheet files. Named for the inimitable tortilla press.

It'll turn this:

. . . into this:

## Installation
`npm install plancha -g`
## Usage
`plancha -i `
### Arguments
* `-i, --input` (_REQUIRED_) Input filename/path of `.xlsx` file to be flattened.
* `-o, --output` (_OPTIONAL_) Output filename. If not specified, this will default to the input filename with a `_flattened` suffix.
### Notes
- This will flatten any hidden sheets along with the visible ones, so be sure you want those included.
- The assumption that launched this tool is that headers across individual sheets are at least _similar/comparable_ to each other; doublecheck that you're not flattening a table that shouldn't be flattened.
## License
MIT