打开一个空的excel文件,代码如下。add的函数参数是什么?
public Excel.Application my_excel = new Excel.ApplicationClass();
my_excel.Workbooks.Add(??);??那里的object用什么代码呢?