The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ts2xlsx

SYNOPSIS

ts2xlsx <csvs>...

DESCRIPTION

This program will translate csv files created by timeseries to xlsx files.

example:

ts2xlsx 1301_bs.csv 1301_pl.csv 1301_cf.csv

OPTIONS

-h[elp]

Prints a help message and exits.

-v[erbose]

Prints verbose messages.

-b[inary]

Uses alternating colors for rows.

-t[otal]

Uses gray color for total accounts.

-o[ut] string

Saves to the specified file.

AUTHOR

Tetsuya Yamamoto <yonjouhan@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2015 by Tetsuya Yamamoto

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10 or, at your option, any later version of Perl 5 you may have available.