You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Paul Häder <ph...@freightgate.com> on 2006/10/10 23:48:15 UTC

Copying a Sheet

Hi list,

I'd like to copy a sheet from one workbook to another. The only way to 
add a sheet to a workbook though, seems to be by calling createSheet(). 
Is there a better way to do this than by copying the sheet cell by cell 
and row by row?

Any hint is appreciated.

--Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/


Re: Copying a Sheet

Posted by Cheenu <ch...@users.sourceforge.net>.
Paul,
I faced this issue a short while back and this is the thread
http://mail-archives.apache.org/mod_mbox/jakarta-poi-user/200608.mbox/%3c4a2714570608252236l5373726dtbc4e9252d3b54334@mail.gmail.com%3e

Cheenu

On 10/10/06, Paul Häder <ph...@freightgate.com> wrote:
>
> Hi list,
>
> I'd like to copy a sheet from one workbook to another. The only way to
> add a sheet to a workbook though, seems to be by calling createSheet().
> Is there a better way to do this than by copying the sheet cell by cell
> and row by row?
>
> Any hint is appreciated.
>
> --Paul
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
> Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
> The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/
>
>