Opened 9 years ago

Closed 9 years ago

#5773 closed defect (duplicate)

When exporting to MS Excel file using XLSX driver, if the data contains more than 26 columns, users will see a few columns gap between columns 26 and 27.

Reported by: blokeshkumar Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: 1.11.1
Severity: critical Keywords:
Cc:

Description

While Using XLSX driver there is a gap between 26th column and rest of the columns. For example After column z, Columns AA to Columns AZ are empty only BA has the next column. I use Postgres data source.

Sample:

ogr2ogr -f "XLSX" Drive://ticketTest.xlsx PG:"host=localhost user=xxx dbname=xxx password=xxx" -sql "select * from f_wsystemvalve"

I even tried converting from csv to XLSX using XLSX driver.Issue is reproducible. Can you please help me in this regard. Is there any option to make this work properly or any work around ?. Kindly help me in this regard.

Change History (1)

comment:1 by Jukka Rahkonen, 9 years ago

Resolution: duplicate
Status: newclosed

Duplicate to #5774.

Note: See TracTickets for help on using tickets.