Hi i hav done one online project in java using eclipse and i need to export the result of particular query to excel sheet.. please help me in this..
Printable View
Hi i hav done one online project in java using eclipse and i need to export the result of particular query to excel sheet.. please help me in this..
I think you must use a combination of the Java Scanner object and the File object.
This may you can take the values stored in variables and so forth in your application or applet (in temporary memory) and write them into a text file of something (permanent memory).
To Steven Bishop: What does this have to do with interfacing Java and Excel? I think that you may wish to re-read the original question and edit your post so that it makes sense for the question.
To the original poster, have you explored Apache POI yet? This may be your best option for this functionality.