Is it POI error starting 3.14 version onwards

2018-05-15 Thread Syed Mudassir Ahmed
Hi, I am trying to read data from a XLSX sheet via XSSFSheetXMLHandler. The source code is below. public static void main(String str[]) throws Exception { String filePath = "/home/gaian/Desktop/salary.xlsx"; File file = new File(filePath); InputStream i

Re: Is it POI error starting 3.14 version onwards

2018-05-15 Thread Syed Mudassir Ahmed
Yes, pls find the file attached here. Thanks, On Tue, May 15, 2018 at 3:43 PM, Tim Allison wrote: > Any chanc you can share the file? > > On Tue, May 15, 2018 at 3:19 AM Syed Mudassir Ahmed < > syed.mudas...@gaianconsultants.com> wrote: > > > Hi, > > I a

Re: Is it POI error starting 3.14 version onwards

2018-05-15 Thread Syed Mudassir Ahmed
any update on this pls? This is blocking me. Thanks, On Tue, May 15, 2018 at 3:45 PM, Syed Mudassir Ahmed < syed.mudas...@gaianconsultants.com> wrote: > Yes, pls find the file attached here. > > Thanks, > > > On Tue, May 15, 2018 at 3:43 PM, Tim Allison wrote: >

Re: Is it POI error starting 3.14 version onwards

2018-05-16 Thread Syed Mudassir Ahmed
> Salary > > 99.965432 > > > > > > Sheet2 > > > > > > Sheet3 > > > > > > > > > > That's promising... Let me take a look at your example code. > > > > On Wed, May 16, 2018 at 1:31 AM, Syed Mudassir Ahmed &

Re: Is it POI error starting 3.14 version onwards

2018-05-16 Thread Syed Mudassir Ahmed
reating excel workbook..."); } I am creating a workbook and writing a value (4.0) as double in a sheet. But when I open the sheet, I see the integral value 4 instead of decimal 4.0. Any settings I need to do in my code to get the value 4.0? Thanks. Thanks, On Thu, M