Playing with TypeScript for automating data analysis of stock data calculations.
- Excel add-ins documentation
- Excel JavaScript API overview
- Work with worksheets using the Excel JavaScript API
- Work with tables using the Excel JavaScript API
- Work with ranges using the Excel JavaScript API
A helpful checklist to gauge how your README is coming on what I would like to finish:
- Lots of items! :)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
; - Commit your changes:
git commit -m 'Add some feature'
; - Push to the branch:
git push origin my-new-feature
.
After your pull request is merged, you can safely delete your branch.
This project is licensed under the MIT License - see the LICENSE.md file for more information.