# CellContentParser Class
# Constructors
# constructor
+ new CellContentParser(config: Config, dateHelper: DateTimeHelper, numberLiteralsHelper: NumberLiteralHelper): CellContentParser
Defined in src/CellContentParser.ts:92 (opens new window)
Parameters:
| Name | Type |
|---|---|
config | Config |
dateHelper | DateTimeHelper |
numberLiteralsHelper | NumberLiteralHelper |
Returns: CellContentParser
# Methods
# parse
▸ parse(content: RawCellContent): Type
Defined in src/CellContentParser.ts:99 (opens new window)
Parameters:
| Name | Type |
|---|---|
content | RawCellContent |
Returns: Type