MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

新增公开的最大行与列属性

Open 19caiji opened this issue 1 year ago • 0 comments

Excel Type

  • [x] XLSX
  • [x] XLSM

Upload Excel File

1.zip image 2.zip image Please attach your issue file by dragging or droppng, selecting or pasting them.

MiniExcel Version

最新版1.34.0

Description

src\MiniExcel\OpenXml\ExcelOpenXmlSheetReader 类方法927行读取了最大行列的dimension属性(如图1与图2) 但是目前方法内的变量maxRowIndex,maxColumnIndex来表示,可否新增公开属性,避免大文件还需要使用Enumeble.Count()来获取最大行

19caiji avatar Jul 29 '24 03:07 19caiji