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.

Results 1 to 1 of 1

Thread: jExcel

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default jExcel

    Hi everyone,
    I am currently working on a java project which passes the data calculated to a "pre-created" excel file. So what I need is to open an existing excel file , modify it and save it . I searched many forums but they are not fitting my requirements. They explain how to read from/write to. But I couldn't figured out how to use them both.I need a well prepared documentation or a tutorial about modifying an excel file with java. Please help me!

    Berkan
    Last edited by Tisofa; August 17th, 2009 at 03:06 AM. Reason: (SOLVED)