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.
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.