Skip to content
This repository was archived by the owner on Jun 29, 2020. It is now read-only.
/ saga-excel Public archive

Build spreadsheets collaboratively from the freedom of your personal workspace.

License

Notifications You must be signed in to change notification settings

mito-ds/saga-excel

Repository files navigation

Saga Excel Addin

DEPRICATED: Moved into monorepo at commit hash 6764dd577561b59d439ac4079dc6e587c78e7cc1

This repository contains the WIP source code for the Saga Excel Addin. This addin will provide git-style version control to Excel users. Currently, it's pre-pre alpha; don't use it to manage things you care about!

Running the addin

If you want to run the addin from source, and you have Excel installed, the following should work:

git clone https://github.com/saga-vcs/saga-excel.git;
cd saga-excel;
npm install;
npm start;

If that doesn't work, you can follow more detailed instructions:

  • on a Mac, look here
  • on Windows, look here
  • on Office 365 (the online Excel editor), look here

Tests

There are two sorts of tests within the add-in: tests that can run without Excel running, and tests that have to run in the context of Excel.

The tests that don't need Excel to run can be run with npm run test. The tests that need Excel running can be run through the taskpane; click the "development" button at the bottom of the taskpane, and then click run tests. The rests will run and report in the console.

Debugging the addin

If you're running the addin on Office 365 in a web browser, simply inspecting element on the addin will give you access to all the normal JavaScript debugging tools.

If you're running the addin on a local copy of Excel on Mac, then you can find directions for debugging the addin here.

Instructions for debugging on Windows can be found here and here.

Additional resources

This repository contains the source code used by the Yo Office generator, and as such is under the Microsoft Open Source Code of Conduct.

About

Build spreadsheets collaboratively from the freedom of your personal workspace.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published