{"id":21765933,"url":"https://github.com/narazaka/xlsx2seed.js","last_synced_at":"2026-02-11T06:31:31.149Z","repository":{"id":49301192,"uuid":"54300809","full_name":"Narazaka/xlsx2seed.js","owner":"Narazaka","description":"xlsx to seed yamls","archived":false,"fork":false,"pushed_at":"2021-06-19T05:12:47.000Z","size":59,"stargazers_count":0,"open_issues_count":5,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T03:30:17.318Z","etag":null,"topics":["excel","master-data-management"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Narazaka.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-20T04:43:59.000Z","updated_at":"2020-12-29T04:00:59.000Z","dependencies_parsed_at":"2022-09-15T18:21:44.711Z","dependency_job_id":null,"html_url":"https://github.com/Narazaka/xlsx2seed.js","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Fxlsx2seed.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Fxlsx2seed.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Fxlsx2seed.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Fxlsx2seed.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Narazaka","download_url":"https://codeload.github.com/Narazaka/xlsx2seed.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235655399,"owners_count":19024617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["excel","master-data-management"],"created_at":"2024-11-26T13:14:29.487Z","updated_at":"2025-10-07T20:31:33.464Z","avatar_url":"https://github.com/Narazaka.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [xlsx2seed.js](https://github.com/Narazaka/xlsx2seed.js)\n\n[![npm](https://img.shields.io/npm/v/xlsx2seed.svg)](https://www.npmjs.com/package/xlsx2seed)\n[![npm license](https://img.shields.io/npm/l/xlsx2seed.svg)](https://www.npmjs.com/package/xlsx2seed)\n[![npm download total](https://img.shields.io/npm/dt/xlsx2seed.svg)](https://www.npmjs.com/package/xlsx2seed)\n[![npm download by month](https://img.shields.io/npm/dm/xlsx2seed.svg)](https://www.npmjs.com/package/xlsx2seed)\n\n[![Dependency Status](https://david-dm.org/Narazaka/xlsx2seed.js.svg)](https://david-dm.org/Narazaka/xlsx2seed.js)\n[![devDependency Status](https://david-dm.org/Narazaka/xlsx2seed.js/dev-status.svg)](https://david-dm.org/Narazaka/xlsx2seed.js?type=dev)\n[![Travis Build Status](https://travis-ci.org/Narazaka/xlsx2seed.js.svg?branch=master)](https://travis-ci.org/Narazaka/xlsx2seed.js)\n[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/Narazaka/xlsx2seed.js?branch=master\u0026svg=true)](https://ci.appveyor.com/project/Narazaka/xlsx2seed-js)\n[![codecov.io](https://codecov.io/github/Narazaka/xlsx2seed.js/coverage.svg?branch=master)](https://codecov.io/github/Narazaka/xlsx2seed.js?branch=master)\n[![Code Climate](https://codeclimate.com/github/Narazaka/xlsx2seed.js/badges/gpa.svg)](https://codeclimate.com/github/Narazaka/xlsx2seed.js)\n\nxlsx to seed yamls\n\n## Install\n\nnpm:\n```\nnpm install -g xlsx2seed\n```\n\n## Usage\n\n```\n$ xlsx2seed\n\n  Usage: xlsx2seed [options] \u003cfiles...\u003e\n\n  Options:\n\n    -h, --help                                                         output usage information\n    -V, --version                                                      output the version number\n    -S, --subdivide [sheet_name1:2,1:sheet_name2:2,2:sheet_name3,...]  subdivide rules\n    -I, --ignore [sheet_name1,sheet_name2,...]                         ignore sheet names\n    -O, --only [sheet_name1,sheet_name2:2,...]                         only sheet names\n    -i, --input [path]                                                 input directory\n    -o, --output [path]                                                output directory\n    -d, --stdout                                                       output one sheets to stdout\n    -R, --require-version [version]                                    require version (with version column)\n    -v, --version-column [column_name]                                 version column\n    -n, --ignore-columns [column_name1,column_name2,...]               ignore columns\n    -c, --config [path]                                                config file (default: xlsx2seed.yml)\n    -C, --config-content [yaml string]                                 config content\n\n  Examples:\n\n    # multiple files\n    $ xlsx2seed -i /path/to/src -o /path/to/dst hoge.xlsx huga.xlsx\n\n    # only foo and bar sheets / bar subdivide postfix 2\n    $ xlsx2seed hoge.xlsx huga.xlsx -O foo,bar:2\n\n    # foo subdivide prefix 1 / bar subdivide postfix 2 / baz subdivide prefix 1 and postfix 2\n    $ xlsx2seed hoge.xlsx huga.xlsx -S 2:foo,bar:2,1:baz:2\n\n    # column names row is 3 (2 in zero origin)\n    $ xlsx2seed hoge.xlsx huga.xlsx -C \"column_names_row: 2\"\n```\n\n## Build\n\n```\ngit clone ...\ncd xlsx2seed\nnpm i\ngulp\nnpm i .\n```\n\n## Changelog\n\n### v1.0.0\n\n#### feature: require version\n\n`-R -v` option.\n\n#### feature: ignore columns\n\n`-n` option.\n\n#### BREAKING CHANGE: default ignored columns\n\nNow there is no ignored columns. (It was \"dummy\" and \"VERSION\".)\n\n#### BREAKING CHANGE: Xlsx2SeedSheet::data API\n\nNow Xlsx2SeedSheet::data() is a method. (It was a getter property, Xlsx2SeedSheet::data.)\n\n## License\n\nThis is released under [Zlib License](http://narazaka.net/license/Zlib?2018).\n\nThis software is using libraries that is released under [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarazaka%2Fxlsx2seed.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarazaka%2Fxlsx2seed.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarazaka%2Fxlsx2seed.js/lists"}