LinqToExcel
LinqToExcel copied to clipboard
Start WorkSheet cast at desired row
Hi,
Hello,
I have two arrays (with header) in the same sheet. How to get the datas that second array ?

_history = new ExcelQueryFactory(filepath).Worksheet<TicketHistory>("Report");
All TicketHistory properties are null... If i delete a first array in xlsx file, all working