Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下代码:
var workbook1 = new XLWorkbook(@path); var ws = workbook1.Worksheet(1);
我喜欢将 ws 作为参数传递给方法,但不确定它是什么类型。任何帮助,将不胜感激。
使用工作表界面IXLWorksheet。
IXLWorksheet