The Delta Sharing Add-in for Microsoft Excel allows data recipients to download and interact with shared datasets using Excel spreadsheets. This add-in was built using Node.js and React.
To use the Delta Sharing Add-in for Microsoft Excel, user will need:
- A licensed copy of Microsoft Excel
- Node.js 16.18.0 (LTS), or newer
To run the add-in locally, change working directories to the delta_sharing
directory and start the Node.js server.
git clone https://github.com/goodwillpunning/excel_delta_sharing_add_in.git
cd excel_delta_sharing_add_in/delta_sharing
npm install
npm start