https://bz.apache.org/bugzilla/show_bug.cgi?id=65730
--- Comment #3 from Nick Burch <[email protected]> --- See bug #45404 for the original contribution, which is where the formula logic first came from I'd lean towards a boolean when you create the DataFormatter, similar to how we do for CSV stuff and locales, probably with a getter and setter for later changes. That's probably easier to use than overriding the format method If there's no cached value, I guess we return something like #N/A (error type 0x2a)? -- 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]
