Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is it possible to load the excel file by using external table without converting it into csv comma delimited file
On Tue, 11 Jul 2006 04:09:46 -0700, Khurram wrote:
> hi
>
> I am using oracle 9.2.0.1.0 version..
>
> Is it possible to load the excel file by using external table without
> converting it into csv comma delimited file??
>
> If yes then please tell me how can i achieve it
>
> I want to fileds terminated by cell for excel file.
>
>
> FIELDS TERMINATED BY <CELL>
>
> Thanx in advance
>
> Khurram
You can load it into database by using Spreadsheet::ParseExcel, available for free from CPAN.
-- http://www.mgogala.comReceived on Tue Jul 11 2006 - 07:57:05 CDT
![]() |
![]() |