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 4 of 4

Thread: java code for saveas Excel 2007 file to Excel97

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default java code for saveas Excel 2007 file to Excel97

    java code for save as Excel 2007 file to Excel97


  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: java code for saveas Excel 2007 file to Excel97

    Do you have a question? You forgot to post that code.

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: java code for saveas Excel 2007 file to Excel97

    Welcome to the Forum! Please read this topic to learn how to post your code correctly along with other useful info for newcomers.

    This appears to be an MS Office question, not a Java question, so am moving to a more appropriate forum. You can obtain the translaters needed from MicroSoft.

  4. #4
    Junior Member
    Join Date
    Jan 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: java code for saveas Excel 2007 file to Excel97

    i am trying to save my .xlsx file to .xls file using
    Workbook workbook = new Workbook();
    workbook.save("D:\\COPS_PROD\\ABC_Test\\"+files+". xls",FileFormatType.EXCEL_97_TO_2003);
    but it required aspose componant plugin
    so i want java code to save as Excel file with 97 formate

Similar Threads

  1. Creating table with layout in excel through java code
    By kvangala in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 26th, 2012, 01:07 PM
  2. Replies: 1
    Last Post: August 3rd, 2011, 02:28 PM
  3. how to import excel file to database table using java
    By palani in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: September 3rd, 2010, 12:17 AM
  4. insert(embed) a file object (.txt file) in MS excel sheet using java.
    By jyoti.dce in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 12th, 2010, 08:16 AM