Namespace Reveal.Sdk.Data.Excel

Classes

RVExcelDataSource

The data source object used to represent the Excel data source, there are no additional properties in this class as all relevant information is specified in the RVExcelDataSourceItem object.

RVExcelDataSourceItem

The data source item used to represent a dataset from an Excel file, it includes information like the name of the sheet to get data from and the range to use when loading data.

RVExcelRange

Class defining the range that should be used when loading data from an Excel sheet.

RVGoogleSheetDataSource

The data source object used to represent the Google sheet data source, there are no additional properties in this class as all relevant information is specified in the RVGoogleSheetDataSourceItem object.

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.