Google Sheets maintains a distinction between a cell's “user-assigned” number format (like Excel has) and its “formula-propagated” number format, derived from the effective number formats of cells referenced by the formula. A cell's “effective” number format is then the formula-propagated one if it doesn't have a user-assigned one.
Add a way for JSF to represent the formula-propagated number format.
Google Sheets maintains a distinction between a cell's “user-assigned” number format (like Excel has) and its “formula-propagated” number format, derived from the effective number formats of cells referenced by the formula. A cell's “effective” number format is then the formula-propagated one if it doesn't have a user-assigned one.
Add a way for JSF to represent the formula-propagated number format.