Currently there is not.  Some folks are working on this but no code has been
committed.  Your code below just changes one reference to equal another, it
does nothing to actuall affect the objects.

>On Thu, 28 Feb 2002 15:50:57 -0500 "Colin Parcell"
<[EMAIL PROTECTED]> wrote.
>Is there a simple way in which to copy HSSFSheet's from one workbook to
>another?  The code possibly looking something like:
>
>for ( int j = 0 ; j < workbook2.getNumberOfSheets() ; j   ) {
>       HSSFSheet sheet = workbook1.createSheet();
>      sheet = workbook2.getSheetAt( j );
>}
>
>By the way, this code doesn't seem to work.
>
>Thanks,
>  colin
>
>
>

Reply via email to