]> source.dussan.org Git - poi.git/commit
toString() method for HSSFCell to return
authorAvik Sengupta <avik@apache.org>
Fri, 20 May 2005 09:13:14 +0000 (09:13 +0000)
committerAvik Sengupta <avik@apache.org>
Fri, 20 May 2005 09:13:14 +0000 (09:13 +0000)
commitfaf02ec8d9b30e215f943a905b1530e4202ffab0
tree04577b59265e6961cb8c22494e2f298329d6672f
parent7ba496912f5e55b35dac31bbc3217c29d1c810a2
toString() method for HSSFCell to return
a simple string representation of the cell,
irrespective of its type.
Originally submitted by Wes Gilster as bug 19294
made some modifications, added testcase.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353693 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/testcases/org/apache/poi/hssf/usermodel/TestHSSFCell.java