-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
There can be funny reasons why we have to store a number-looking thing as text. For example, this could be due to a desire to introduce rich-text formats to the cell. Excel provides a way to ignore these errors so the sheet isn't full of little error triangles:
<ignoredErrors>
<ignoredError sqref="D15 C18:D19" numberStoredAsText="1"/>
</ignoredErrors>
There are most likely other properties whose errors can be ignored too. Not sure what the right API is -- provide a sqref + errors to ignore, or try to manage it "more optimally"...
A quick search suggests at least these errors can be ignored, no idea if this set is exhaustive: calculatedColumn
, emptyCellReference
, evalError
, formula
, formulaRange
, listDataValidation
, numberStoredAsText
, twoDigitTextYear
, unlockedFormula
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request