我想做的是获取我的excel文件的文件路径.但我无法这样做.
文件位于Document/Visual Studio 2013/Project/ProjectName/a.xlsx中
string path = Path.Combine(HttpContext.Current.Server.MapPath("~/"),"a.xlsx"); string SheetName="Sheet1";
这样做是错误的还是正确的方法?