Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
dear friends,
i have a excel file(just for sample) which downloads(clicking on the button 'get data') data from the website and shows the latest data for required commodities in sheet.

is it possible to convert this sheet as stand alone java project which we can use as .exe

final application looks like this below image

[^]
if so please let me know the procedure.

thank you.
Posted
Comments
Sergey Alexandrovich Kryukov 25-Aug-14 13:34pm    
I don't think Excel has anything to do with Java code. You probably have to develop your Java code, perhaps using your Excel sheet just for reference.
—SA

1 solution

There's no tool for converting Excel to java. You can read Excel data in Java, and write a Java program yourself. It's not too hard. You can refer to How to Read and Write Excel Files in Java[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900