|
-
Mar 28th, 2008, 07:42 AM
#1
Thread Starter
Junior Member
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.
-
Mar 30th, 2008, 03:27 AM
#2
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
-
May 12th, 2008, 04:27 PM
#3
Hyperactive Member
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
-
May 12th, 2008, 10:41 PM
#4
Thread Starter
Junior Member
Re: create excel file on linux
I have created excel report using Netbeans plugin for OpenOffice api.
now it's work well
Thank you.
-
May 26th, 2008, 07:10 AM
#5
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|