Commit 9096c7ec by 陶光胜

代码规范

parent c31c9a06
......@@ -282,7 +282,7 @@ public class ExcelUtils {
* @return
*/
public static List<Map<Integer, String>> readExcel(int row, String fileType, Workbook xssfWorkbook, Map<Integer, Boolean> dateTypeMap) {
if (XLSX.equals(fileType)) {Map
if (XLSX.equals(fileType)) {
return readXlsx(xssfWorkbook, row, dateTypeMap);
} else {
return null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment