(no description)
File Size: | 31 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
StyleManagerInterface:: (2 methods):
shouldFormatNumericValueAsDate()
getNumberFormatCode()
Interface: StyleManagerInterface - X-Ref
shouldFormatNumericValueAsDate(int $styleId) X-Ref |
Returns whether the style with the given ID should consider numeric values as timestamps and format the cell as a date. param: int $styleId Zero-based style ID return: bool Whether the cell with the given cell should display a date instead of a numeric value |
getNumberFormatCode(int $styleId) X-Ref |
Returns the format as defined in "styles.xml" of the given style. NOTE: It is assumed that the style DOES have a number format associated to it. param: int $styleId Zero-based style ID return: string The number format code associated with the given style |