LinqToExcel icon indicating copy to clipboard operation
LinqToExcel copied to clipboard

Start WorkSheet cast at desired row

Open laurentClave opened this issue 5 years ago • 0 comments

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

laurentClave avatar Dec 06 '19 09:12 laurentClave