export data to multi-sheet .xls in unix - TechRepublic
Question
July 6, 2008 at 07:29 PM
hotspot163

export data to multi-sheet .xls in unix

by hotspot163 . Updated 18 years ago

For example i am having some sql scripts running and producing some input:

sqlplus -SILENT $user/$dbpass@$host @group_report.sql1 >/tmp/file1.xls
sqlplus -SILENT $user/$dbpass@$host @group_report.sql2 >/tmp/file2.xls
..
is there any util for to merge file1 and fil2 into multi-sheet .xls? if not is there any chance to get an Excel api without using java libraries.. might be php?

This discussion is locked

All Comments