【发布时间】:2013-06-28 10:33:59
【问题描述】:
private void btnOpenReport_Click(object sender, EventArgs e)
{
if (System.IO.File.Exists(outputFilePath))
{
Process.Start(new ProcessStartInfo("excel.exe", " /select, " + outputFilePath.Replace("\\\\", "\\")));
}
}
【问题讨论】:
-
我没有看到这里提出的问题,甚至没有对问题的描述。我只是看到一些格式不正确的代码。你能edit 解释一下你发布的代码有什么问题,然后问一个你想让我们帮助你的问题吗?谢谢。