Changes between Initial Version and Version 1 of Ticket #7225


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7225 – Description

    initial v1  
    1 Hi there.
    2 
    31There seem to be some problems with updating XLSX files in trunk:
    42
    53This works great: {{{ ogr2ogr myfile.xls "PG: ..." -nln first }}}
    6 
    74
    85According 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):
     
    1310ogr2ogr -update myfile.xls "PG: ..." -nln second
    1411}}}
    15 
    16 
    17 Best regards,
    18 Tobias