https://bz.apache.org/bugzilla/show_bug.cgi?id=58641

--- Comment #3 from [email protected] ---
It is kinda similar in concept to DataValidations. I think the usermodel for
that can be re-used as inspiration.

For information: In OOXML there are quite a few types of IgnoredErrors:

   - evalError
   - twoDigitTextYear
   - numberStoredAsText
   - formula
   - formulaRange
   - unlockedFormula
   - emptyCellReference
   - listDataValidation
   - calculatedColumn


This is just to say that 'numberStoredAsText' is just one of many. 

I notice that the XSSF implementation for DataValidation has some utility code
for dealing with 'sqref'. This type of code should be moved out of
DataValidation and into a utils class or something as the same needs to be used
for IgnoredErrors.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to