Changes between Version 1 and Version 2 of Ticket #7225
- Timestamp:
- Feb 3, 2018, 7:23:13 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7225 – Description
v1 v2 1 1 There seem to be some problems with updating XLSX files in trunk: 2 2 3 This works great: {{{ ogr2ogr myfile.xls "PG: ..."-nln first }}}3 This works great: {{{ ogr2ogr myfile.xlsx demo.dbf -nln first }}} 4 4 5 5 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): 6 6 7 7 {{{ 8 ogr2ogr -overwrite myfile.xls "PG: ..."-nln second9 ogr2ogr -append myfile.xls "PG: ..."-nln second10 ogr2ogr -update myfile.xls "PG: ..."-nln second8 ogr2ogr -overwrite myfile.xlsx demo.dbf -nln second 9 ogr2ogr -append myfile.xlsx demo.dbf -nln second 10 ogr2ogr -update myfile.xlsx demo.dbf -nln second 11 11 }}} 12 13 Edit: Download ''demo.dbf'' from here: https://transfer.sh/HsA7c/demo.dbf