Hi, When I write a HSSFWorkbook to file, I want to build one worksheet and write it out at a time, instead of completing the whole workbook then write it out. This way I can stream line the data preparation and outputting and also overcome the limitation of maximum 3 sheets per book. If I write multiple HSSFWorkbook to the same OutputStream, will it work? Thanks.
an
