You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2018/01/11 12:58:19 UTC

[Bug 61989] New: Wrong result of row(0).cell(0)

https://bz.apache.org/bugzilla/show_bug.cgi?id=61989

            Bug ID: 61989
           Summary: Wrong result of row(0).cell(0)
           Product: POI
           Version: 3.17-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: dhcone@126.com
  Target Milestone: ---

Created attachment 35673
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35673&action=edit
The excel to read and Debug Infomation

I read the first sheet of the first row of the first cell.
but the result is wrong.
It gives me the sheetName.

Please read the attachment file for the detail information.

-- 
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


[Bug 61989] Wrong result of sheet(0).row(0).cell(0)

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61989

Alain Fagot Bearez <Al...@cua.li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Alain Fagot Bearez <Al...@cua.li> ---
You should try to use one of the specialized methods to retrieve the cell
content.

I would suggest to take a look at getStringCellValue() as first try.

http://poi.apache.org/apidocs/org/apache/poi/xssf/usermodel/XSSFCell.html#getStringCellValue--

-- 
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


[Bug 61989] Wrong result of sheet(0).row(0).cell(0)

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61989

laiwen.li <dh...@126.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Wrong result of             |Wrong result of
                   |row(0).cell(0)              |sheet(0).row(0).cell(0)
                 OS|                            |All

-- 
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


[Bug 61989] Wrong result of sheet(0).row(0).cell(0)

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61989

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEEDINFO                    |RESOLVED

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
No update for some time and initial investigation indicated an incorrect usage
of the API, thus closing this. Please provide more information if this is still
a problem for you.

-- 
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