This is an Addin for Microsoft Excel which uses APIs to find public data sources such as
- Companies Office NZ
- Companies House UK
- Yahoo Finance
- Google Trends
and displays the data in a dashboard that the user can easily modify, use, and access.
Run the following script in your terminal from the root directory
npm stop
npm start
- First open the taskpane by clicking the 9spokes logo on the far right hand side under the "Home" tab.
- Click "Create workbook from template" and reopen the taskpane once the new workbook has been created.
- Select the source you'd like to use to search for your company under the "Set-up" tab
- Click "import".
- The data should now be loaded and displayed in the dashboard
Follow this tutorial from Microsoft which explains all the prerequisites
- node js
- Yeoman and Yeoman Generator Install these with the following command
npm install -g yo generator-office
Clone or Download this repository and run the following script in your terminal from the root
directory of the project
npm install
To report a bug or get further help please visit the 9Spokes support page
This app supports debugging using any of the following techniques:
- Use a browser's developer tools
- Attach a debugger from the task pane
- Use F12 developer tools on Windows 10
- Office add-in documentation
- More Office Add-in samples at OfficeDev on Github
This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.