@@ -1856,8 +1856,10 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
1856
1856
1857
1857
layerOptions.insert ( " OGR_XLSX_HEADERS" , new SetOption (
1858
1858
QObject::tr ( " By default, the driver will read the first lines of each sheet to detect "
1859
- " if the first line might be the name of columns. If set to FORCE, the "
1860
- " driver will consider the first default" ),
1859
+ " if the first line might be the name of columns. If set to FORCE, the driver "
1860
+ " will consider the first line will be taken as the header line. If set to "
1861
+ " DISABLE, it will be considered as the first feature. Otherwise "
1862
+ " auto-detection will occur." ),
1861
1863
QStringList ()
1862
1864
<< " FORCE"
1863
1865
<< " DISABLE"
@@ -1894,8 +1896,10 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
1894
1896
1895
1897
layerOptions.insert ( " OGR_ODS_HEADERS" , new SetOption (
1896
1898
QObject::tr ( " By default, the driver will read the first lines of each sheet to detect "
1897
- " if the first line might be the name of columns. If set to FORCE, the "
1898
- " driver will consider the first default" ),
1899
+ " if the first line might be the name of columns. If set to FORCE, the driver "
1900
+ " will consider the first line will be taken as the header line. If set to "
1901
+ " DISABLE, it will be considered as the first feature. Otherwise "
1902
+ " auto-detection will occur." ),
1899
1903
QStringList ()
1900
1904
<< " FORCE"
1901
1905
<< " DISABLE"
0 commit comments