Header
Specifies whether the first row of the sheet contains column names when using the REST API.
データ型
bool
デフォルト値
true
解説
This property determines how the connector names columns when reading data using the REST API and only applies when UseRESTAPI is set to true.
If this property is set to true, the connector uses the values in the first row as column names.
If this property is set to false, the connector assigns pseudo-column names such as A, B, C, and so on.
Use this property when your data includes column headers in the first row and you want the query results to reflect those names.