Return-Path: X-Original-To: apmail-poi-user-archive@www.apache.org Delivered-To: apmail-poi-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D4C0CD81A for ; Fri, 20 Jul 2012 10:27:02 +0000 (UTC) Received: (qmail 31396 invoked by uid 500); 20 Jul 2012 10:27:02 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 31374 invoked by uid 500); 20 Jul 2012 10:27:02 -0000 Mailing-List: contact user-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Users List" Delivered-To: mailing list user@poi.apache.org Received: (qmail 31344 invoked by uid 99); 20 Jul 2012 10:27:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 10:27:00 +0000 X-ASF-Spam-Status: No, hits=3.0 required=5.0 tests=FORGED_YAHOO_RCVD,FSL_RCVD_USER,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2012 10:26:55 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SsAPq-0007fy-8R for user@poi.apache.org; Fri, 20 Jul 2012 03:26:34 -0700 Date: Fri, 20 Jul 2012 03:26:34 -0700 (PDT) From: dpmihai To: user@poi.apache.org Message-ID: <1342779994253-5710497.post@n5.nabble.com> In-Reply-To: <1342611219960-5710483.post@n5.nabble.com> References: <1342611219960-5710483.post@n5.nabble.com> Subject: Re: How to deal with layout/sub-layout poi usage? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I found some link to copy a sheet to another one: http://www.coderanch.com/t/420958/open-source/Copying-sheet-excel-file-another The idea is to generate a HSSFSheet for the sub-layout and then insert it at necessary position in the master sheet. It is not a very general solution, but it is the only one I can think of. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/How-to-deal-with-layout-sub-layout-poi-usage-tp5710483p5710497.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@poi.apache.org For additional commands, e-mail: user-help@poi.apache.org