https://issues.apache.org/bugzilla/show_bug.cgi?id=47245

--- Comment #13 from Deepesh Ramrakhyani <[email protected]> ---
Hi Triqui,

Please Note that poi jar is also used for loading other .xls and .xlsx files
also so how will this code change affect other files.

Because after doing the code changes you mentioned above and trying to access
zeroth row by using 

Sheet s=workBook.getSheetAt(0);
Row r=s.getRow(0);
Iterator<Cell> ci=r.cellIterator();
while(ci.hasNext()){
    Cell c=ci.next();
System.out.println("Data => "+c);
            }

Please Advise.

Thanks and Regards,
Deepesh Ramrakhyani.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to