How can I use JavaScript within an Excel macro?

前端 未结 4 841
说谎
说谎 2020-12-02 08:52

There’s a really cool diff class hosted by Google here:

http://code.google.com/p/google-diff-match-patch/

I’ve used it before on a few web sites, but now I n

4条回答
  •  借酒劲吻你
    2020-12-02 08:58

    The Windows Scripting Engine will allow you to run the JavaScript library. It works well in my experience.

提交回复
热议问题