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..
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
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.