Return-Path: X-Original-To: apmail-poi-dev-archive@www.apache.org Delivered-To: apmail-poi-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC0B618C59 for ; Thu, 3 Sep 2015 15:13:38 +0000 (UTC) Received: (qmail 99672 invoked by uid 500); 3 Sep 2015 15:13:16 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 99638 invoked by uid 500); 3 Sep 2015 15:13:16 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 99627 invoked by uid 99); 3 Sep 2015 15:13:16 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 15:13:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id EB24F182356 for ; Thu, 3 Sep 2015 15:13:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.539 X-Spam-Level: **** X-Spam-Status: No, score=4.539 tagged_above=-999 required=6.31 tests=[FROM_LOCAL_NOVOWEL=0.5, HK_RANDOM_ENVFROM=0.626, HK_RANDOM_FROM=0.999, KAM_COUK=1.1, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id kLibxgp4UpbJ for ; Thu, 3 Sep 2015 15:13:07 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 6A3E642BC6 for ; Thu, 3 Sep 2015 15:13:07 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 0896B14AB801 for ; Thu, 3 Sep 2015 08:09:50 -0700 (PDT) Date: Thu, 3 Sep 2015 08:13:06 -0700 (MST) From: Mark Beardsley To: dev@poi.apache.org Message-ID: <1441293186957-5720024.post@n5.nabble.com> In-Reply-To: <55E84053.4080002@erven.at> References: <55E84053.4080002@erven.at> Subject: Re: How to find all CellComments in XLS[X] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit My only concern with allowing access to the CoomentsTable is the potential for drastically breaking the workbook file. With a reference to the CommentsTable in hand it would be possible to add new comments and remove existing ones and I am concerned that the logic is not in place to deal with all of the internal references necessary to link comments to rows etc. What might make sense is to create a method that returns a List or array containing the comments themselves. This would be read only, of course, and protect the workbook from modifications that might otherwise break it. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/How-to-find-all-CellComments-in-XLS-X-tp5720014p5720024.html Sent from the POI - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org