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.
我正在尝试将 vba 代码转换为 c#。是否有一个 .Net 库包含等价的 Excel 函数,例如WorksheetFunction.LogInv和WorksheetFunction.NormDist?
WorksheetFunction.LogInv
WorksheetFunction.NormDist
它在Application实例中。不需要额外的库,只需Microsoft.Office.Interop.Excel
Application
Microsoft.Office.Interop.Excel
YourExcelApplication.WorksheetFunction