waleskim / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

ExcelQueryFactory path question. #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have web app with BLL file where I defined all work with Excel file.
I want to place Excel file in the same dir where BLL is. What to place instead 
question marks:  var test= new ExcelQueryFactory(????);

Original issue reported on code.google.com by gogoga...@gmail.com on 24 Jan 2012 at 2:44

GoogleCodeExporter commented 9 years ago
Try using the Server.MapPath() method

Original comment by paulyo...@gmail.com on 5 Feb 2012 at 1:48

GoogleCodeExporter commented 9 years ago

Original comment by paulyo...@gmail.com on 14 Feb 2012 at 10:17