Module GapiSheetsV4Model.DataSourceObjectReferenceSource

Sourcetype t = {
  1. sheetId : string;
    (*

    References to a DATA_SOURCE sheet.

    *)
  2. chartId : int;
    (*

    References to a data source chart.

    *)
  3. dataSourceTableAnchorCell : GridCoordinate.t;
    (*

    References to a DataSourceTable anchored at the cell.

    *)
  4. dataSourcePivotTableAnchorCell : GridCoordinate.t;
    (*

    References to a data source PivotTable anchored at the cell.

    *)
  5. dataSourceFormulaCell : GridCoordinate.t;
    (*

    References to a cell containing DataSourceFormula.

    *)
}
Sourceval sheetId : (t, string) GapiLens.t
Sourceval chartId : (t, int) GapiLens.t
Sourceval dataSourceTableAnchorCell : (t, GridCoordinate.t) GapiLens.t
Sourceval dataSourcePivotTableAnchorCell : (t, GridCoordinate.t) GapiLens.t
Sourceval dataSourceFormulaCell : (t, GridCoordinate.t) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t