开发者

VBA to Javascript [duplicate]

This question already has answers here: 开发者_如何学C How to convert VBA script to Google Apps Script automatically? (3 answers) Closed last year.

I built a macro in Excel to pull data from a website and I would like to recreate that macro in a Google Spreadsheet - either as a regular spreadsheet or as a type of Google app. The excel file uses VBA and I believe that Google only uses javascript.

Is there a way to get around this? I do not know javascript and would not be able to use what I built in google.


Google Docs offers the ability to pull some web info without macros/javascript. You may want to google "Google spreadsheet and xxx" (xxx is what you are trying to pull from the web) and see what you come up with.

Also, you have the ability in gDocs to insert Widgets (which are the javascript bits), but it may not be possible to fully clone your VBA macro in gDocs. They don't provide the flexibility of Excel.

Posting your code may help get more detailed answers.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜