Our legacy Excel add-in stores some non-sensitive workbook-related data inside a "very hidden" worksheet. We are developing a port of the add-in using Office JS, and are weighing the pros and cons of storing the data in a "very hidden" worksheet versus in workbook settings.
Is it bad to store non-sensitive non-PII data in a "very hidden" worksheet. If yes, could you please clarify the reason?
Are the settings accessible through VBA?