2013.02.26

不想出差,还是下午通知,晚上就飞..

jxl读取excel中数值:

if (cell.getType == CellType.NUMBER) {

NumberCell numberCell = (NumberCell) cell;

double value = numberCell.getValue();

String text = Double.toString(value);

}

你可能感兴趣的:(2013.02.26)