| Author |
How to upload oracle data to excel
|
Kumar Naidu
Greenhorn
Joined: Jul 27, 2006
Posts: 11
|
|
Hi all How to upload Oracle Data to Excel because i am Preapring the reports Vinay
|
 |
satishkumar janakiraman
Ranch Hand
Joined: May 03, 2004
Posts: 334
|
|
Hi , Read data from oracle database using JDBC. Then use POI (HSSF) for creating a new excel and add data in the excel sheet. bye for now sat
|
 |
Wei Dai
Ranch Hand
Joined: Jun 22, 2005
Posts: 81
|
|
> How to upload Oracle Data to Excel because i am Preapring the reports At http://www.hxtt.com/excel/advanced.html#insertresultset, HXTT Excel JDBC Driver for MS Excel supports "Bulk Insert A ResultSet from any JDBC driver" into xls file.
|
 |
 |
|
|
subject: How to upload oracle data to excel
|
|
|