To unsubscribe, send a short email to [email protected] On Sat, Oct 31, 2015 at 5:29 AM, <[email protected]> wrote:
> > > -----Original Message----- > From: Rohit Cha [mailto:[email protected]] > Sent: sabato 31 ottobre 2015 12:50 > To: POI Users List <[email protected]> > 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 <[email protected]> > 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" <[email protected]> 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 >
