aspose file tools
The moose likes Java in General and the fly likes Excel Import Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Excel Import" Watch "Excel Import" New topic
Author

Excel Import

jeff rusty
Ranch Hand

Joined: Nov 07, 2006
Posts: 109
I have implement Exporting Excel sheets in to Oracle Database Using ExcelDriver in Windows .. but it doesnot work in Linux cuz it doesn't know about ODBC Drivers. can any one help me what should i do to make it work in linux and Windows.. any suggestions
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12907
    
    3

ODBC is probably not going to work on Linux. It's a Microsoft technology, and ofcourse Microsoft has no interest in making it available for any other OS than Windows.

There are, however, several options available to work with Excel spreadsheets from Java. Have a look at JExcelApi or Jakarta POI, for example. Ofcourse those APIs are different from what you already used, so you'll have to rewrite part of your application.

Search for "Java Excel API" with Google for more options.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Excel Import
 
Similar Threads
Run NetBeans Application in windows using terminal in linux
swing platform independent?
usb drive
Mac or PC
How to read from an excel sheet in linux?