https://github.com/cxwithyxy/Excel_JS_Runtime
it can let you run JAVASCRIPT in your XLSM file. JAVASCRIPT is beter than VBA :)
https://github.com/cxwithyxy/Excel_JS_Runtime
excel javascript vba-excel
Last synced: 3 months ago
JSON representation
it can let you run JAVASCRIPT in your XLSM file. JAVASCRIPT is beter than VBA :)
- Host: GitHub
- URL: https://github.com/cxwithyxy/Excel_JS_Runtime
- Owner: cxwithyxy
- License: wtfpl
- Created: 2018-05-09T03:24:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T03:32:52.000Z (over 6 years ago)
- Last Synced: 2024-11-27T10:36:08.655Z (11 months ago)
- Topics: excel, javascript, vba-excel
- Language: JavaScript
- Size: 1.28 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - cxwithyxy/Excel_JS_Runtime - it can let you run JAVASCRIPT in your XLSM file. JAVASCRIPT is beter than VBA :) (JavaScript)
README
# Excel_JS_Runtime
这是一个能在excel中舒服运行js的代码的框架
#### 运行环境
0. 能执行vba的 office (如:office 2013) 或者 wps (如:wps企业版)
0. 上述两个需要32位版,因为windows系统COM组件的“Microsoft Script Control”只有32位版
#### 开发环境
0. nodejs
0. npm
0. npm 的 http-server
#### 关于release
release/base.xlsm 是发行版了,每次开发的时候就拿这个文件做个副本就可以开始怼了。
#### 开发教程
[查看开发示例](doc/how_To_Use.md)
#### 最优的使用方法
[Excel_JS_Runtime_CLI](https://github.com/cxwithyxy/Excel_JS_Runtime_CLI)