https://github.com/himkt/kdb2tsv
kdbでエクスポートしたExcelファイルを元にtsvファイルを作成します
https://github.com/himkt/kdb2tsv
Last synced: 12 months ago
JSON representation
kdbでエクスポートしたExcelファイルを元にtsvファイルを作成します
- Host: GitHub
- URL: https://github.com/himkt/kdb2tsv
- Owner: himkt
- Created: 2015-04-26T13:24:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T09:29:25.000Z (over 10 years ago)
- Last Synced: 2025-03-02T17:48:41.055Z (over 1 year ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kdb2tsv
## install required gems
```ruby
bundle install --path vendor/bundle
```
## run
```ruby
bundle exec ruby kdb2tsv.rb <.XLSX FILE>
```