插件开发调试的时候,会自动打开一个xls文件。如果我们想指定调试某个excel文件的话
可以使用以下语句
#if DEBUG
this.Application.Workbooks.Open(@"fileFullName");
#endif
插件开发调试的时候,会自动打开一个xls文件。如果我们想指定调试某个excel文件的话
可以使用以下语句
#if DEBUG
this.Application.Workbooks.Open(@"fileFullName");
#endif
mikebai
This person is a lazy dog and has left nothing