NPOI的一些操做

本地版本2.1.3.1web 一、建立或獲取excel文件 var fs = new FileStream(fileName, FileMode.Open, FileAccess.Read); IWorkbook workbook = WorkbookFactory.Create(fs); 二、行、列獲取,設置 int rowCount = sheet.LastRowNum; in
相關文章
相關標籤/搜索