/cellstore-excel

An Excel Add-in with User Defined Functions to access the Cell Store

Primary LanguageC#Apache License 2.0Apache-2.0

CellStore Excel Add-in

Circle CI

An Excel Add-in with User Defined Functions to access the Cell Store.

Development

Prerequisite: [NPM](Prerequisites: NPM)

$ npm install gulp -g
$ npm install
$ gulp install-dependencies

Open src/CellStore.Excel/CellStore.Excel.sln to develop with Visual Studio 2015.

Build

$ gulp

Debug build for debugging with Visual Studio:

$ gulp -d

Install

Close Excel before installing. Then:

C:\> copy "build\release\CellStore.Excel.xll" "%APPDATA%\Microsoft\AddIns\CellStore.Excel.xll" /y
C:\> start /d "%APPDATA%\Microsoft\AddIns" CellStore.Excel.xll

Or from the git shell:

$ ./install.sh