How to read/write add-in level settings for an excel office add-in?How do you remove all the options of a select box and then add one option and select it with jQuery?How do I add a class to a given element?How can I add a key/value pair to a JavaScript object?How to add 30 minutes to a JavaScript Date object?How do I set/unset a cookie with jQuery?How to add a tooltip to a divHow can I add new array elements at the beginning of an array in Javascript?Using Node.JS, how do I read a JSON file into (server) memory?How to set a JavaScript breakpoint from code in Chrome?How do I set the value property in AngularJS' ng-options?
Square root of the square of the cosine: absolute value or not
How does LIDAR avoid getting confused in an environment being scanned by hundreds of other LIDAR?
What is a term for "modern" technology that doesn't imply up-to-date?
Need reasons why a satellite network would not work
Is there a way to improve my grade after graduation?
Upper Bound for a Sum
A verb for when some rights are not violated?
How do I know when and if a character requires a backstory?
Is there a command-line tool for converting html files to pdf?
Would this winged human/angel be able to fly?
What is it exactly about flying a Flyboard across the English channel that made Zapata's thighs burn?
Pronouns when writing from the point of view of a robot
“The Fourier transform cannot measure two phases at the same frequency.” Why not?
Did Logical Positivism fail because it simply denied human emotion?
C# TCP server/client class
Is there a way to say "double + any number" in German?
Why did the US Airways Flight 1549 passengers stay on the wings?
3 beeps on a 486 computer with an American Megatrends bios?
Four-velocity of radially infalling gas in Schwarzschild metric
How to win against ants
Vectorised way to calculate mean of left and right neighbours in a vector
On the consistency of different well-polished astronomy software
How do I show and not tell a backstory?
How easy is it to get a gun illegally in the United States?
How to read/write add-in level settings for an excel office add-in?
How do you remove all the options of a select box and then add one option and select it with jQuery?How do I add a class to a given element?How can I add a key/value pair to a JavaScript object?How to add 30 minutes to a JavaScript Date object?How do I set/unset a cookie with jQuery?How to add a tooltip to a divHow can I add new array elements at the beginning of an array in Javascript?Using Node.JS, how do I read a JSON file into (server) memory?How to set a JavaScript breakpoint from code in Chrome?How do I set the value property in AngularJS' ng-options?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I've found solutions to saving settings per document. However, my add-in works with a single spreadsheet type (the format stays the same but the data changes and is downloaded as a new spreadsheet each day), and I need to persist/share (non-trivial) settings across these documents.
I've already written a VSTO version but Mac's aren't supported, so here I am.
From other research, it appears the HTML 5 File APIs are not a good idea. Storing data on the server in some fashion crossed my mind but I don't want to complicate things with User Ids, etc.
How can I do this?
javascript application-settings excel-addins
add a comment |
I've found solutions to saving settings per document. However, my add-in works with a single spreadsheet type (the format stays the same but the data changes and is downloaded as a new spreadsheet each day), and I need to persist/share (non-trivial) settings across these documents.
I've already written a VSTO version but Mac's aren't supported, so here I am.
From other research, it appears the HTML 5 File APIs are not a good idea. Storing data on the server in some fashion crossed my mind but I don't want to complicate things with User Ids, etc.
How can I do this?
javascript application-settings excel-addins
add a comment |
I've found solutions to saving settings per document. However, my add-in works with a single spreadsheet type (the format stays the same but the data changes and is downloaded as a new spreadsheet each day), and I need to persist/share (non-trivial) settings across these documents.
I've already written a VSTO version but Mac's aren't supported, so here I am.
From other research, it appears the HTML 5 File APIs are not a good idea. Storing data on the server in some fashion crossed my mind but I don't want to complicate things with User Ids, etc.
How can I do this?
javascript application-settings excel-addins
I've found solutions to saving settings per document. However, my add-in works with a single spreadsheet type (the format stays the same but the data changes and is downloaded as a new spreadsheet each day), and I need to persist/share (non-trivial) settings across these documents.
I've already written a VSTO version but Mac's aren't supported, so here I am.
From other research, it appears the HTML 5 File APIs are not a good idea. Storing data on the server in some fashion crossed my mind but I don't want to complicate things with User Ids, etc.
How can I do this?
javascript application-settings excel-addins
javascript application-settings excel-addins
asked Mar 27 at 2:32
ldl01031ldl01031
42 bronze badges
42 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55368912%2fhow-to-read-write-add-in-level-settings-for-an-excel-office-add-in%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55368912%2fhow-to-read-write-add-in-level-settings-for-an-excel-office-add-in%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown