Cannot use in Office Addins
dlee992 opened this issue · 1 comments
dlee992 commented
I am developing an Office Add-in for Excel, I want to use your tokenization for some parts, but when I write down this line of code:
const {tokenize} = require('excel-formula-tokenizer');
then, when I debug my excel addin, it shows "Please wait your add-in to sideload", and I cannot see any button in my addin.
When I comment this line, everything is just fine. I don't know why this happened.
Here is my repo: dlee992
psalaets commented
Sorry I don't know anything about developing Office Add-ins.
Does it support node-style require()
calls?