google_api_sheets v0.0.2 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.t): The data to insert. Defaults to:
null
. - delimiter (String.t): The delimiter in the data. Defaults to:
null
. - html (boolean()): True if the data is HTML. Defaults to:
null
. type (String.t): 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]
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.PasteDataRequest{ coordinate: GoogleApi.Sheets.V4.Model.GridCoordinate.t(), data: any(), delimiter: any(), html: any(), type: any() }