google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.PasteDataRequest View Source
Inserts data into the spreadsheet starting at the specified coordinate.
Attributes
- coordinate (GridCoordinate): The coordinate at which the data should start being inserted. Defaults to:
null
. - data (String): The data to insert. Defaults to:
null
. - delimiter (String): The delimiter in the data. Defaults to:
null
. - html (Boolean): True if the data is HTML. Defaults to:
null
. type (String): How the data should be pasted. Defaults to:
null
.- Enum - one of [PASTE_NORMAL, PASTE_VALUES, PASTE_FORMAT, PASTE_NO_BORDERS, PASTE_FORMULA, PASTE_DATA_VALIDATION, PASTE_CONDITIONAL_FORMATTING]