Re: convert poi generated excel to pdf

2011-01-28 Thread fachhoch
thanks for the quick reply, My application is web application, its deployed in unix box ,It creates excel on click of a link, I generate using poi and send it to response output stream for download. I was assuming the excel which I generate, I can give it to openoffice api which will conver

convert poi generated excel to pdf

2011-01-28 Thread fachhoch
I am using poi to generate excel , now my clients want to have pdf also, please suggest me if there is any way to convert poi generated excel to PDF ?pelase advice me. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/convert-poi-generated-excel-to-pdf-tp3362053p336

Re: new bee error when opening excel

2011-01-20 Thread fachhoch
I tried to write using wb.write(new FIleOutPutStream("...")) it worked.My case I want to save it to database as a bytearray not to the filesystem , so I tried wb.getBytes() , please suugest what option I have to save the excel to database as a bytearray ? -- View this message in context

new bee error when opening excel

2011-01-19 Thread fachhoch
I am new bee trying to play with poi to create excel sheet. I am trying this code import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.apache.poi.hssf.usermodel.HSSFCell;

generate excel from html on fly

2010-05-03 Thread fachhoch
we have a web service were we converthtml generated by my servlet to pdf using flying saucer. Now the clients are asking for transformation to excel. I am wondering if I can create excel out of html on fly using apache poi ?, if not what can help me ? -- View this message in context: