poj read excel document tool class

Parameter description:
path: file path
sheetindex: worksheet index
rowindex: starting row index
len: row length

package com.lzcu.utils;

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

Guess you like

Origin blog.csdn.net/qq_37955704/article/details/105023467