GitXplorerGitXplorer
o

tabulate

public
117 stars
49 forks
1 issues

Commits

List of commits on branch master.
Verified
a2298ff1ef363b533f7b436d170a374048d3ed8e

Update README.md

hhallacy committed 2 years ago
Verified
d8be63fc6294e38719d1de635d7d7931c58cef14

Update link

jjietang committed 4 years ago
Verified
e467ddfbb492d7ec198d04e9e21805c04a72dce6

Create LICENSE

jjietang committed 4 years ago
Unverified
4175d7bc2068b1223425dba898602c40fbc9601e

Move readme to root

jjietang committed 4 years ago
Unverified
704d59a78053f029f2c4d194fdd9e758be4ecbfa

Initial release commit

jjietang committed 4 years ago

README

The README file for this repository.

OpenAI API Excel integration

(Update 2022-05-09: This code is no longer being maintained and there are no expectations that it will work. For the most up to date documentation on our API, consider visiting https://beta.openai.com/examples or https://github.com/openai/openai-python)

This repository contains an example OpenAI API integration for Excel. It allows users to query the API to automatically generate Excel tables about topics.

For more details see the API blog post

The integration is an Excel TaskPane Add-in, which is structured as an HTML / CSS / Javascript web app running in an iframe. See the following links for more info:

Setup

Add your OpenAI API key and organization at the top of excel-addin/src/taskpane.js (search for ***KEY HERE*** and ***ORG HERE***)

To start the local development server from the excel-addin directory:

  • brew install node@12 (Node LTS)
  • npm install
  • npm run dev-server

Open Excel for the web. Click "Insert" Menu (Ribbon) > Click "Office Add-ins" > Click "Upload My Add-in" in the upper right corner > Select excel-addin/manifest.xml (source)

You should see a new "OpenAI API" command group on the "Home" ribbon; click the "Tabulate" button to open the sidebar with API commands