exceldatareader

Using ExcelDataReader to read Excel data starting from a particular cell

随声附和 提交于 2019-11-27 12:11:12
问题 I am using ExcelDataReader to read data from my Excel workbook in C#. But structure of my Excel sheet is such that data to be read can start from any particular cell and not necessarily A1 . Can any one Please suggest a way on how this can be achieved using ExcelDataReader ? 回答1: If you are using ExcelDataReader 3+ you will find that there isn't any method for AsDataSet() for your reader object, You need to also install another package for ExcelDataReader.DataSet, then you can use the