开发者

Spreadsheetgear run macro?

开发者 https://www.devze.com 2023-01-05 09:57 出处:网络
Is it 开发者_开发知识库possible to run existing excel macros in Spreadsheetgear?SpreadsheetGear can open xls and xlsm workbooks with VBA macros, preserve the macros, and save the macros back to disk,

Is it 开发者_开发知识库possible to run existing excel macros in Spreadsheetgear?


SpreadsheetGear can open xls and xlsm workbooks with VBA macros, preserve the macros, and save the macros back to disk, but SpreadsheetGear cannot execute VBA code.

SpreadsheetGear does provide an API which is similar to Excel, so you can frequently move your VBA code to VB.NET or C#.

SpreadsheetGear also supports custom functions, but again, you must provide .NET implementations of them or they will return #NAME!

0

精彩评论

暂无评论...
验证码 换一张
取 消