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 1F86010970 for ; Sun, 9 Feb 2014 23:14:41 +0000 (UTC) Received: (qmail 74808 invoked by uid 500); 9 Feb 2014 23:14:40 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 74778 invoked by uid 500); 9 Feb 2014 23:14:40 -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 74769 invoked by uid 99); 9 Feb 2014 23:14:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Feb 2014 23:14:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Feb 2014 23:14:38 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id D1D221CEDB; Sun, 9 Feb 2014 23:14:17 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: [Bug 56123] ShiftRows, Bug in POI 3.10 Beta 2: "Could not find 'internal references' EXTERNALBOOK" Date: Sun, 09 Feb 2014 23:14:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Version: 3.10-dev X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: apache@gagravarr.org X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=56123 Nick Burch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Nick Burch --- (In reply to andreas from comment #0) > Please can > anyone help me on that? I do not understand unfortunately the purpose > and the functionality of the method "checkExternSheet". The comment for the code which calls checkExternSheet is: // Update any formulas on this sheet that point to // rows which have been moved At first glance, it looks like the table that maps between sheet names and indexes for formulas has ended up confused, and/or that there's a bug in our logic for handling that on some edge case. A few things you could try: * Step into LinkTable in a debugger, and see what it does know about, and if the ids and names match what the normal names are * Try deleting a sheet in Excel, saving, and seeing if that fixes it * Try adding a sheet in in Excel, saving, and seeing that fixes it -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org