Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#7110 closed defect (fixed)

XLSX not properly recognized

Reported by: Even Rouault Owned by: warmerdam
Priority: normal Milestone: 2.2.3
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

See https://lists.osgeo.org/pipermail/gdal-dev/2017-October/047481.html

This is due to xl/workbook.xml using a x: prefix for elements of the http://schemas.openxmlformats.org/spreadsheetml/2006/main namespace, whereas usually it is the default namespace

Change History (2)

comment:1 by Even Rouault, 6 years ago

Resolution: fixed
Status: newclosed

In 40557:

XLSX: fix opening of documents with x: namespace in xl/workbook.xml (fixes #7110)

comment:2 by Even Rouault, 6 years ago

In 40558:

XLSX: fix opening of documents with x: namespace in xl/workbook.xml (fixes #7110)

Note: See TracTickets for help on using tickets.