Skip to content

ProCern/ssconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSConverter is a Perl project for converting CSV files to XLS files

-------------------------------------------------------------------------
Installation
-------------------------------------------------------------------------
1.  perl -MCPAN -e shell
    cpan> install Spreadsheet::WriteExcel
2.  git clone git@github.com/absperf/ssconverter
3.  cd ssconverter
4.  cp ssconverter* /usr/local/bin

ALT for AIX with no internet access - ie. perl -MCPAN will not work
1a.  Download OLE-Storage_Lite-0.19.tar.gz, Parse-RecDescent-1.965001.tar.gz, and Spreadsheet-WriteExcel-2.37.tar.gz
1b.  gzip -dc <file> | tar -xf -
1c.  in each dir from download do:  perl Makefile.PL; make; make test; sudo make install

-------------------------------------------------------------------------
Usage
-------------------------------------------------------------------------

/usr/local/bin/ssconverter.pl sourcefile destfile

/usr/local/bin/ssconverter_wrap.pl sourcefile destfile

About

Perl Based CSV to XLS Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages