It takes much more than a special character to create multiple sheets, but poi makes it easy for you:
HSSFWorkbook.createSheet() -------Original Message------- > From: Heck Markus <[EMAIL PROTECTED]> > Subject: RE: multiple workbooks in internet explorer > Sent: 30 Oct 2003 14:50:18 > > Hello, > > ups, my mistake...we don't want to create multiple workbooks but multiple > sheets in one excel-file :) > Is there any possibility to manipulate the stream??? I think POI can create > excel-files with multiple sheets so there must be a "special character" > Excel > interprets as new sheet. > Thanks in advance > > Markus > > > > -----Original Message----- > > From: Avik Sengupta [mailto:[EMAIL PROTECTED] > > Sent: Thursday, October 30, 2003 9:25 AM > > To: POI Users List; [EMAIL PROTECTED] > > Subject: Re: multiple workbooks in internet explorer > > > > > > Whatever tool you use, i do not know of any technology that > > will let you stream multiple files of any kind to IE as a > > result of a single request. There is no "special > > character" that IE will understand. If this is your > > requirement, zip up the files on the server, and send the zip > > accross. > > > > > > > > -------Original Message------- > > > From: Markus Heck > > > Subject: multiple workbooks in internet explorer > > > Sent: 29 Oct 2002 21:55:52 > > > > > > Hello, > > > > > > we have a problem creating multiple workbooks in > > excel and sending them to > > > an internet explorer. > > > We don't use POI :( but we think POI can help us > > solving our problem. > > > We do in an oracle database package: > > > > > > create an excel sheet with owa_util.mime_header and > > fill this sheet with > > > htp.p-commands. > > > > > > This works fine for one workbook, but there is no > > possibility to create more > > > than one workbook. We think we can manipulate the > > stream and insert some > > > "special characters" so that the internet > > explorer thinks there are more > > > workbooks. > > > > > > Does anybody know if this is an possibility and > > which characters we must > > > insert to achieve this??? > > > > > > I've searched the source code from POI but I haven't > > found the "special > > > characters". > > > And I've googled a litte bit and searched the > > technet.oracle.com without any > > > solutions. > > > Thanks in advance > > > > > > Markus > > > > > > PS: 1) I want to use POI but I can't decide it, I'm > > so sorry about this > > > situation > > > 2) Sorry for my bad english > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > -------Original Message------- > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -------Original Message-------
