Changes between Initial Version and Version 1 of Ticket #7225
- Timestamp:
- Feb 3, 2018, 7:11:58 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7225 – Description
initial v1 1 Hi there.2 3 1 There seem to be some problems with updating XLSX files in trunk: 4 2 5 3 This works great: {{{ ogr2ogr myfile.xls "PG: ..." -nln first }}} 6 7 4 8 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): … … 13 10 ogr2ogr -update myfile.xls "PG: ..." -nln second 14 11 }}} 15 16 17 Best regards,18 Tobias