paulyoder / LinqToExcel

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

Add ExcelQueryFactory constructor that accept Stream as param instead of file name #130

Open lekhasy opened 7 years ago

lekhasy commented 7 years ago

When user upload an excel file to import, i have to save it to disk and read it back to memory using the ExcelQueryFactory constructor which take file name as param. I think it's nice to add an ExcelQueryFactory constructor that accept Stream as param instead of file name.

mrworkman commented 7 years ago

Sounds like a good v2 feature.

VerdonTrigance commented 5 years ago

Agree. I really need this feature.