Opened 6 years ago

Last modified 6 years ago

#7192 closed defect

XLSX Filter: Misdetection of field type if first cell blank — at Version 1

Reported by: mccuskk Owned by: warmerdam
Priority: normal Milestone: 2.3.0
Component: OGR_SF Version: 2.2.3
Severity: normal Keywords:
Cc:

Description (last modified by mccuskk)

If you run the following against the supplied file:

ogrinfo -ro -where 'fid = 1' "7192.xlsx" Sheet1

The columns "Works Order" and "Appointment" are both shown as type String. Adding values in the first cell of the column gives their correct types of Integer and Date respectively.

Change History (3)

by mccuskk, 6 years ago

Attachment: 7192.xlsx added

comment:1 by mccuskk, 6 years ago

Description: modified (diff)

by mccuskk, 6 years ago

Attachment: 0001-Bug-fixes.patch added

Patch file containing fixes for this bug and #7193

Note: See TracTickets for help on using tickets.