https://github.com/poypoyan/office-scripts
Some (MS Excel) Office Scripts I created
https://github.com/poypoyan/office-scripts
excel office-scripts typescript
Last synced: about 1 year ago
JSON representation
Some (MS Excel) Office Scripts I created
- Host: GitHub
- URL: https://github.com/poypoyan/office-scripts
- Owner: poypoyan
- License: mit
- Created: 2024-11-29T16:36:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T18:34:04.000Z (over 1 year ago)
- Last Synced: 2025-02-13T21:52:18.691Z (over 1 year ago)
- Topics: excel, office-scripts, typescript
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# office-scripts
Some (MS Excel) Office Scripts I created
### "Installing" a Script
In Excel,
1) Go to Automate menu > New Script. No Automate menu means you cannot use Office Scripts in general.
2) Copy-paste the .ts to code text area and enter script name (e.g., "Paste to Visible Cells") just above the text area. Then save script.
NOTE: Ctrl+Z does NOT work for Office Scripts, so be careful with running! If with Version History enabled, you can undo via restore.