解析Excel文件 Utils

public class ReadExcel { // 總行數 private int totalRows = 0; // 總條數 private int totalCells = 0; // 錯誤信息接收器 private String errorMsg; // 構造方法 public ReadExcel() { }
相關文章
相關標籤/搜索