Results 1 to 5 of 5

Thread: create excel file on linux

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2007
    Posts
    26

    Smile create excel file on linux

    How to create Microsoft excel file with image in it on linux. i want to using free library ( jar file ).

    Thank you.

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: create excel file on linux

    There is Netbeans plugin for OpenOffice api. I think it might help you
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  3. #3
    Hyperactive Member BramVandenbon's Avatar
    Join Date
    Jan 2002
    Location
    Belgium
    Posts
    502

    Re: create excel file on linux

    Personally I would create a csv file. It's a plaintext format and excel works just fine with those.

    csv stands for comma seperated values.

    just like

    value;value;value
    value;value;value
    value;value;value

    ...
    ____________________________________________

    Please rate my messages. Thank you!
    ____________________________________________
    Bram Vandenbon
    http://www.bramvandenbon.com

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Mar 2007
    Posts
    26

    Smile Re: create excel file on linux

    I have created excel report using Netbeans plugin for OpenOffice api.
    now it's work well
    Thank you.

  5. #5
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Three Anchor Bay, Cape Town, South Africa
    Posts
    769

    Re: create excel file on linux

    Just by the way... There is also the HSSF libraries which do a lot of MS Office stuff. Not everything is implemented, but enough to get a good solution going. I am currently using these libraries for generating Excel reports from Oracle database. Check it out here: http://poi.apache.org/hssf/index.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width