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 5B6FACBB5 for ; Mon, 13 Aug 2012 11:18:54 +0000 (UTC) Received: (qmail 91322 invoked by uid 500); 13 Aug 2012 11:18:54 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 90941 invoked by uid 500); 13 Aug 2012 11:18:49 -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 90738 invoked by uid 99); 13 Aug 2012 11:18:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 11:18:47 +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; Mon, 13 Aug 2012 11:18:45 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 823D15CAE; Mon, 13 Aug 2012 11:18:24 +0000 (UTC) From: bugzilla@apache.org To: dev@poi.apache.org Subject: [Bug 53710] New: cell with hyperlinks in excel when copied by dragging doesn't preserved while importing using POI Date: Mon, 13 Aug 2012 11:18:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: blocker X-Bugzilla-Who: patel.parag@yahoo.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: priority bug_id assigned_to short_desc bug_severity classification op_sys reporter rep_platform bug_status version component product Message-ID: 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 https://issues.apache.org/bugzilla/show_bug.cgi?id=53710 Priority: P2 Bug ID: 53710 Assignee: dev@poi.apache.org Summary: cell with hyperlinks in excel when copied by dragging doesn't preserved while importing using POI Severity: blocker Classification: Unclassified OS: Windows XP Reporter: patel.parag@yahoo.com Hardware: All Status: NEW Version: 3.8 Component: HSSF Product: POI Created attachment 29216 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29216&action=edit excel file I am going through very strange issue. To generate issue please follow below steps: 1) create a cell with hyper link in excel. file format is .xls 2) copy that cell by dragging it vertically for few cells. Now all cells will be having same URL value. 3) When importing this excel in java using POI api, URL doesn't get preserved. This can be clearly seen by calling cell.getHyperlink() which returns null. please note that cell is object of HSSFCell. excel file Thanks in advance. Regards Parag Patel -- 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