https://github.com/kiranmantha/trading-addin
sample excel addin
https://github.com/kiranmantha/trading-addin
Last synced: 2 months ago
JSON representation
sample excel addin
- Host: GitHub
- URL: https://github.com/kiranmantha/trading-addin
- Owner: KiranMantha
- License: mit
- Created: 2019-09-15T05:05:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T11:41:09.000Z (over 4 years ago)
- Last Synced: 2023-03-03T18:24:43.503Z (about 2 years ago)
- Language: HTML
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Office-Addin-TaskPane
This repository contains the source code used by the [Yo Office generator](https://github.com/OfficeDev/generator-office) when you create a new Office Add-in that appears in the task pane. You can also use this repository as a sample to base your own project from if you choose not to use the generator.
## TypeScript
This template is written using [TypeScript](http://www.typescriptlang.org/). For the JavaScript version of this template, go to [Office-Addin-TaskPane-JS](https://github.com/OfficeDev/Office-Addin-TaskPane-JS).
## Debugging
This template supports debugging using any of the following techniques:
- [Use a browser's developer tools](https://docs.microsoft.com/office/dev/add-ins/testing/debug-add-ins-in-office-online)
- [Attach a debugger from the task pane](https://docs.microsoft.com/office/dev/add-ins/testing/attach-debugger-from-task-pane)
- [Use F12 developer tools on Windows 10](https://docs.microsoft.com/office/dev/add-ins/testing/debug-add-ins-using-f12-developer-tools-on-windows-10)## Questions and comments
We'd love to get your feedback about this sample. You can send your feedback to us in the *Issues* section of this repository.
Questions about Microsoft Office 365 development in general should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/office-js+API). If your question is about the Office JavaScript APIs, make sure it's tagged with [office-js].
## Additional resources
* [Office add-in documentation](https://docs.microsoft.com/office/dev/add-ins/overview/office-add-ins)
* More Office Add-in samples at [OfficeDev on Github](https://github.com/officedev)This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
[Example site](https://docs.microsoft.com/en-us/office/dev/add-ins/design/add-in-commands)
In case of any error when running add-in check [here](https://docs.microsoft.com/en-us/office/troubleshoot/error-messages/cannot-open-add-in-from-localhost)
## Copyright
Copyright (c) 2019 Microsoft Corporation. All rights reserved.