To get data for the element, remember to test the data type of each HSSFCell, so you know which getter method to use.
要得到元素数据,请记住测试每个HSSFCell的数据类型,以便知道使用哪个getter方法。
To dig down to an individual cell's data, use the row to get an HSSFCell object (org.apache.poi.hssf.usermodel.HSSFCell) representing that cell.
要挖取一个单元格的数据,使用该行来获取一个表示该单元格的HSSFCell对象(or g . apache . poi . hssf .usermodel . HSSFCell)。
To dig down to an individual cell's data, use the row to get an HSSFCell object (org.apache.poi.hssf.usermodel.HSSFCell) representing that cell.
要挖取一个单元格的数据,使用该行来获取一个表示该单元格的HSSFCell对象(or g . apache . poi . hssf .usermodel . HSSFCell)。
应用推荐