¶ ↑
csv-xlsx-converter<img src=“https://img.shields.io/gem/v/csv-xlsx-converter.svg” alt=“Gem Version”/> <img src=“https://travis-ci.org/if1live/csv-xlsx-converter.svg?branch=master” alt=“Build Status” />
¶ ↑
To Install:gem install csv-xlsx-converter
¶ ↑
UsageCommand line script get one or two arguments.
-
First argument : Input filename (Required)
-
Second argument : Output filename (Optional)
If second argment is not predefined, use first filename as excel xlsx filename. For example, input filename is foo.csv then output filename is foo.xlsx.
¶ ↑
CSV to Excel xlsx:csv_to_xlsx input.csv csv_to_xlsx input.csv output.xlsx
¶ ↑
Excel xlsx to CSV:csv_to_xlsx input.xlsx csv_to_xlsx input.xlsx output.csv
¶ ↑
Development# prepare repository git clone https://github.com/if1live/csv-xlsx-converter.git cd csv-xlsx-converter # install dependencies bundle install # run test case rake spec
¶ ↑
CopyrightCopyright © 2015 if1live. See LICENSE.txt for further details.