paulyoder / LinqToExcel

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

Returning Excel´s value´s row and column (index) #149

Open raen1978 opened 6 years ago

raen1978 commented 6 years ago

Hi, Great work! this works like a charm.

Meanwhile, it would be great if you could return row and column index of a value, since LinqToExcel is the greatest for queries to excel but other Libs Write in excel by index ([Row][Column]) of the value.

I don´t seem to find it, I assume it is not returned at queries.

Thanks!

achvaicer commented 6 years ago

Hi,

I believe that was already done on this pull request.

https://github.com/paulyoder/LinqToExcel/pull/125

Thanks!

mrworkman commented 6 years ago

Hmm, interesting. I will have to think about this one.

@achvaicer, I think @raen1978 wants the row/column numbers returned somehow with each query. That PR added row/column info to exception details when one gets thrown.