want to create a xls file
Hi,
I am writing a unix script through which I want to run a sql query and stores it's output in xls file.
I tried to create csv file (through spooling)but this is having a problem b'coz one of my field is having comma in itself.so if i'll make colsep as comma it will also break my field in to two parts.Thats why I want to create a xls file directly.I am using sqlplus command in my unix script.
Please help me out
|