Apache-POI field formating -
how specify if information numeric? it.mopid field suppose numeric field comes through text. thoughts this?
cellmopid.setcellvalue(it.mopid) cellstartdate.setcellvalue("" + it.som)
you have change cell type, like: cell.setcelltype(cell.cell_type_numeric);
http://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/cell.html apache poi - number integer
Comments
Post a Comment