Package io.revealbi.core.data
Class RVGoogleSheetDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVResourceBasedDataSourceItem
io.revealbi.core.data.RVExcelDataSourceItem
io.revealbi.core.data.RVGoogleSheetDataSourceItem
The data source item used to represent a dataset from a Google Sheet file, it includes information like the
name of the sheet to get data from and the range to use when loading data.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.revealbi.core.data.RVExcelDataSourceItem
getFirstRowContainsLabels, getNamedRange, getPivotTable, getRange, getSheet, setFirstRowContainsLabels, setNamedRange, setPivotTable, setRange, setSheetMethods inherited from class io.revealbi.core.data.RVResourceBasedDataSourceItem
getResourceItem, setResourceItemMethods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVGoogleSheetDataSourceItem
-