Link to home
Start Free TrialLog in
Avatar of smartvanl5
smartvanl5

asked on

Read / Write Excel File ....

Hi,

How to read / write Excel file using JBuilder tool.
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of smartvanl5
smartvanl5

ASKER

Is there any other way to access, like how we are accessing Text file in the java.
Yes, just use a text file.
Get Excel to output in delimited text format, and use, probably a RandomAccessFile in java to open and import the contents.

Then write a macro in Excel, and get the output from Java re-imported in updated fashion if that is what you need.
Can you show me some example using JBuilder to read / write the Excel file. Pleaseeeee ...

I am not the core java programmer.

Thanks & Regards,
Depends what kind of Excel file it is. If it's just a csv file that simply happens to be showing an Excel icon on the desktop then you're laughing. Otherwise you're looking at a binary file.
>>Can you show me some example

That library contains examples