解决 getColumnIndex()的 问题

1、 问题:

cell.getColumnIndex(),表示什么意思?

2、解决:

答:获取该列数据的index(索引)。返回值为int.

 

更多Interface Cell 接口使用在以下地方:

http://poi.apache.org/apidocs/dev/org/apache/poi/ss/usermodel/Cell.html

 

你可能感兴趣的:(java)