Sha256: 0da8a8a21eb3fca883e375807526bb8662502656644ff1cec3603992dd242cca
Contents?: true
Size: 1.16 KB
Versions: 10
Compression:
Stored size: 1.16 KB
Contents
--- title: SheetSchema --- ## PureCloud::SheetSchema ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **header_row** | **Integer** | Row number for the XLSX sheet's headers. This is zero indexed (i.e. 0 is row 1). | | | **data_row** | **Integer** | Row number of the first line of data in the sheet. This is zero indexed (i.e. 0 is row 1) | | | **header_mappings** | **Hash<String, String>** | XLSX sheet header name to object name mappings. For example, \"ROUTE_TEL_PREFIX\" to \"Prefix\" might be one such mapping. | | | **rate_type** | **String** | Rate type for the sheet. | | | **sheet_number** | **Integer** | Sheet number within the XLSX file. This is zero indexed (i.e. 0 is page 1). | | | **date_format** | **String** | A date format that represents the date time stamp you want to parse. This is based on the reference time of Mon Jan 2 15:04:05 MST 2006. For example, if you had the date 13-OCT-2015, this parameter should be 02-Jan-2006. As another example, if you have the date 2014-09-20, this parameter should be 2006-01-02. | [optional] | {: class="table table-striped"}
Version data entries
10 entries across 10 versions & 1 rubygems