XLS-MS Excel格式

司机简称

XLS

生成依赖项

伦敦银行同业拆借利率

此驱动程序读取MS Excel格式的电子表格。GDAL/OGR必须针对FreeXL库(GPL/LPL/MPL许可)构建,并且驱动程序在支持Excel文件的范围和方式上与FreeXL库本身具有相同的限制。(在编写本文时-使用FreeXL 1.0.0a-,这特别意味着不支持公式。)

每一页都显示为OGR层。没有直接可用的几何支持(但您可以使用OGR VRT功能)。

配置选项

The following configuration options are available:

  • OGR_XLS_HEADERS = FORCE / DISABLE / AUTO : By default, the driver will read the first lines of each sheet to detect if the first line might be the name of columns. If set to FORCE, the driver will consider the first line will be taken as the header line. If set to DISABLE, it will be considered as the first feature. Otherwise auto-detection will occur.

  • OGR_XLS_FIELD_TYPES = STRING / AUTO : By default, the driver will try to detect the data type of fields. If set to STRING, all fields will be of String type.

也见