Changes between Version 1 and Version 2 of Ticket #7225


Ignore:
Timestamp:
Feb 3, 2018, 7:23:13 AM (6 years ago)
Author:
TobWen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7225 – Description

    v1 v2  
    11There seem to be some problems with updating XLSX files in trunk:
    22
    3 This works great: {{{ ogr2ogr myfile.xls "PG: ..." -nln first }}}
     3This works great: {{{ ogr2ogr myfile.xlsx demo.dbf -nln first }}}
    44
    55According to the documentation, it should be possible to update XLSX files. But these variants create a file that Excel can no longer read (tested using the "clean" ''myfile.xls'' from the first command):
    66
    77{{{
    8 ogr2ogr -overwrite myfile.xls "PG: ..." -nln second
    9 ogr2ogr -append myfile.xls "PG: ..." -nln second
    10 ogr2ogr -update myfile.xls "PG: ..." -nln second
     8ogr2ogr -overwrite myfile.xlsx demo.dbf -nln second
     9ogr2ogr -append myfile.xlsx demo.dbf -nln second
     10ogr2ogr -update myfile.xlsx demo.dbf -nln second
    1111}}}
     12
     13Edit: Download ''demo.dbf'' from here: https://transfer.sh/HsA7c/demo.dbf