Results 1 to 5 of 5

Thread: create excel file on linux

Hybrid View

  1. #1
    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

  2. #2
    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

  3. #3

    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.

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