- Notifications
You must be signed in to change notification settings - Fork3
Narazaka/xlsx2seed.js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
xlsx to seed yamls
npm:
npm install -g xlsx2seed$ xlsx2seed Usage: xlsx2seed [options] <files...> Options: -h, --help output usage information -V, --version output the version number -S, --subdivide [sheet_name1:2,1:sheet_name2:2,2:sheet_name3,...] subdivide rules -I, --ignore [sheet_name1,sheet_name2,...] ignore sheet names -O, --only [sheet_name1,sheet_name2:2,...] only sheet names -i, --input [path] input directory -o, --output [path] output directory -d, --stdout output one sheets to stdout -R, --require-version [version] require version (with version column) -v, --version-column [column_name] version column -n, --ignore-columns [column_name1,column_name2,...] ignore columns -c, --config [path] config file (default: xlsx2seed.yml) -C, --config-content [yaml string] config content Examples: # multiple files $ xlsx2seed -i /path/to/src -o /path/to/dst hoge.xlsx huga.xlsx # only foo and bar sheets / bar subdivide postfix 2 $ xlsx2seed hoge.xlsx huga.xlsx -O foo,bar:2 # foo subdivide prefix 1 / bar subdivide postfix 2 / baz subdivide prefix 1 and postfix 2 $ xlsx2seed hoge.xlsx huga.xlsx -S 2:foo,bar:2,1:baz:2 # column names row is 3 (2 in zero origin) $ xlsx2seed hoge.xlsx huga.xlsx -C "column_names_row: 2"git clone ...cd xlsx2seednpm igulpnpm i .-R -v option.
-n option.
Now there is no ignored columns. (It was "dummy" and "VERSION".)
Now Xlsx2SeedSheet::data() is a method. (It was a getter property, Xlsx2SeedSheet::data.)
This is released underZlib License.
This software is using libraries that is released underApache 2.0 license.
About
xlsx to seed yamls
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.