第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會有你想問的

使用 poi 讀取 excel 公式的問題

使用 poi 讀取 excel 公式的問題

有只小跳蛙 2022-01-12 16:04:49
在使用公式格式解析列中值的 excel 文件時(shí),我收到 null。這是我的代碼:  Cell cell = row.getCell(i);          CellValue cellValue = evaluator.evaluate(cell);          switch(cell.getCellType())          {            case Cell.CELL_TYPE_NUMERIC:                returnedMap.put(arrayForMappingNames[index], ""+cell.getNumericCellValue());                break;            case Cell.CELL_TYPE_STRING:                returnedMap.put(arrayForMappingNames[index], cell.getStringCellValue());                break;            case Cell.CELL_TYPE_FORMULA :                 returnedMap.put(arrayForMappingNames[index], cellValue.getStringValue());                break;            default :                 returnedMap.put(arrayForMappingNames[index], ExcellUtil.DEFAULT_VALUE);          }
查看完整描述

1 回答

?
蕪湖不蕪

TA貢獻(xiàn)1796條經(jīng)驗(yàn) 獲得超7個(gè)贊

Cell cell = row.getCell(i);

          CellValue cellValue = evaluator.evaluate(cell);

          String columnValue = formatter.formatCellValue(cell, evaluator);

          returnedMap.put(arrayForMappingNames[index], columnValue);


查看完整回答
反對 回復(fù) 2022-01-12
  • 1 回答
  • 0 關(guān)注
  • 283 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號