MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

Query查询Excel返回强类型时能不能忽略某行数据

Open ZeroUltra opened this issue 2 years ago • 1 comments

如题,在使用query查询: var rows = MiniExcel.Query<TableData>(excelPath, excelType: ExcelType.XLSX).ToList(); excel表格第一行会定义列名,第二行可能会添加一个列名说明,但是说明这行在读取的时候应该要忽略

ZeroUltra avatar Mar 18 '23 09:03 ZeroUltra

参数 string startCell = "A2" 不能实现吗?

samolulu avatar May 06 '24 08:05 samolulu