paulyoder / LinqToExcel

Use LINQ to retrieve data from spreadsheets and csv files
MIT License
1.06k stars 299 forks source link

Start WorkSheet cast at desired row #176

Open laurentClave opened 4 years ago

laurentClave commented 4 years ago

Hi,

Hello,

I have two arrays (with header) in the same sheet. How to get the datas that second array ?

image

_history = new ExcelQueryFactory(filepath).Worksheet<TicketHistory>("Report");

All TicketHistory properties are null... If i delete a first array in xlsx file, all working