poj读取excel文档工具类

参数说明:
path:文件路径
sheetindex:工作表索引
rowindex:起始行索引
len:行长

package com.lzcu.utils;

import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.xssf.usermodel.XSSFRow;

猜你喜欢

转载自blog.csdn.net/qq_37955704/article/details/105023467