On Fri, 18 May 2007, Raghav wrote:
My question here is, how do I save back this same file to the file system. I am not able to get the writing stream to this because it is still open by POIFS.
Call write on your workbook: http://jakarta.apache.org/poi/apidocs/org/apache/poi/hssf/usermodel/HSSFWorkbook.html#write(java.io.OutputStream) Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
