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 A622A183A0 for ; Sat, 31 Oct 2015 12:38:33 +0000 (UTC) Received: (qmail 1477 invoked by uid 500); 31 Oct 2015 12:38:28 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 1448 invoked by uid 500); 31 Oct 2015 12:38:28 -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 1424 invoked by uid 99); 31 Oct 2015 12:38:28 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Oct 2015 12:38:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8D7BDC0FF9 for ; Sat, 31 Oct 2015 12:38:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id NKvUmzDA8-7c for ; Sat, 31 Oct 2015 12:38:19 +0000 (UTC) Received: from mail-yk0-f178.google.com (mail-yk0-f178.google.com [209.85.160.178]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 0099321626 for ; Sat, 31 Oct 2015 12:38:19 +0000 (UTC) Received: by ykek133 with SMTP id k133so101123397yke.2 for ; Sat, 31 Oct 2015 05:38:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=/bu1oERL3T3XuEXyaVO4HIJvp6RFfpGst+B6CJzwmN8=; b=o8cvFJthTuJx8Bg4NSUmZN827RDd/WgjGOEnbebrH8mdNLA1ray3GVbR1T3hye+K8E 9Ix2KgZ3H6ivpHzB9sTcnJVxyvN1Xk0RNmIACzNmaiv4/pL5DvztXtP6swhiYbXkrqLt IcglcfhEzKhqMCDRI4gza3L5RJQDgQnDq6vHrKNnPqq1YNz+074iflb1cecuv+f2lILF 38IF0iJb0clvVO1XZf6w3e0/jvPv3Ks1ejrufMMymUkxRbbL4HCxg8H047zBPolJBQJj PBSZ/K2rOv4JCQ3ZB/0iuT9N1WyfDeYA+78ieow8cv1MIDDcvPsTLRIyIQkbfc65zC/g ONJw== X-Received: by 10.129.85.202 with SMTP id j193mr9942538ywb.194.1446295097783; Sat, 31 Oct 2015 05:38:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.204.88 with HTTP; Sat, 31 Oct 2015 05:37:38 -0700 (PDT) In-Reply-To: References: From: "Javen O'Neal" Date: Sat, 31 Oct 2015 05:37:38 -0700 Message-ID: Subject: Re: Cancel To: POI Users List Content-Type: multipart/alternative; boundary=001a113f2bd28b39ec052365d12a --001a113f2bd28b39ec052365d12a Content-Type: text/plain; charset=UTF-8 To unsubscribe, send a short email to user-unsubscribe@poi.apache.org On Sat, Oct 31, 2015 at 5:29 AM, wrote: > > > -----Original Message----- > From: Rohit Cha [mailto:rk661234567890@gmail.com] > Sent: sabato 31 ottobre 2015 12:50 > To: POI Users List > Subject: Re: Query about HSSF > > What are the additional features that aren't available in the Workbook > interface > > On Fri, Oct 30, 2015 at 9:14 PM, Javen O'Neal > wrote: > > > If you know you're reading an Excel 2007 file, using the XSSFWorkbook > > constructor means having an XSSFWorkbook object, which has some > > additional features that aren't available in the Workbook interface. > > If you go the WorkbookFactory.create route, you can always cast to an > XSSFWorkbook. > > > > Likewise, you could do the same with HSSFWorkbooks for Excel 2003 files. > > > > The Quick Guide does a pretty good job showing you how to use POI. > > https://poi.apache.org/spreadsheet/quick-guide.html > > On 29 Oct 2015 9:44 p.m., "Rohit Cha" wrote: > > > > > What is advantage of using HSSF for reading exel(2007) files over > > > WorkFactory.create() > > > > > > > ________________________________ > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise confidential information. If you have > received it in error, please notify the sender immediately and delete the > original. Any other use of the e-mail by you is prohibited. Where allowed > by local law, electronic communications with Accenture and its affiliates, > including e-mail and instant messaging (including content), may be scanned > by our systems for the purposes of information security and assessment of > internal compliance with Accenture policy. > > ______________________________________________________________________________________ > > www.accenture.com > --001a113f2bd28b39ec052365d12a--