Opened 6 years ago

Last modified 6 years ago

#7225 closed defect

problems with updating XLSX — at Version 1

Reported by: TobWen Owned by: warmerdam
Priority: normal Milestone: 2.2.4
Component: default Version: svn-trunk
Severity: normal Keywords:
Cc:

Description (last modified by TobWen)

There seem to be some problems with updating XLSX files in trunk:

This works great: ogr2ogr myfile.xls "PG: ..." -nln first

According 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):

ogr2ogr -overwrite myfile.xls "PG: ..." -nln second
ogr2ogr -append myfile.xls "PG: ..." -nln second
ogr2ogr -update myfile.xls "PG: ..." -nln second

Change History (1)

comment:1 by TobWen, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.