GoogleSheetsNormalizer
class
Normalizer for the content pasted from Google Sheets.
Properties
-
document : ViewDocumentreadonlymodule:paste-from-office/normalizers/googlesheetsnormalizer~GoogleSheetsNormalizer#document
Methods
-
constructor( document )module:paste-from-office/normalizers/googlesheetsnormalizer~GoogleSheetsNormalizer#constructor -
execute( data ) → voidmodule:paste-from-office/normalizers/googlesheetsnormalizer~GoogleSheetsNormalizer#executeExecutes the normalization of a given data.
Parameters
Returns
void
-
isActive( htmlString ) → booleanmodule:paste-from-office/normalizers/googlesheetsnormalizer~GoogleSheetsNormalizer#isActiveMust return
trueif thehtmlStringcontains content which this normalizer can transform.Parameters
htmlString : string
Returns
boolean