Closed (fixed)
Project:
YAML Form
Version:
8.x-1.0-beta18
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Oct 2016 at 11:54 UTC
Updated:
10 Nov 2016 at 12:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jrockowitz commentedI was able to duplicate this issue and this is the problem.
http://superuser.com/questions/224983/stop-excel-recognizing-a-dash
Comment #3
jrockowitz commentedHere are some more references...
http://superuser.com/questions/393134/open-csv-file-in-excel-having-lead...
http://stackoverflow.com/questions/4438589/bypass-excel-csv-formula-conv...
Comment #4
jrockowitz commentedSo the below example isolates the specific issue which is Excel is interpreting the dash as a formula.
Display as ...
This seems super frustrating to fix. This might be why Webform provides a dedicated export to Excel feature.
Comment #5
lomale@bluewin.ch commentedYes I got to the same point.
This means never use extra signs like hyphen's in front of the Option text. It could have fatal impact on further processes like export.
Comment #6
jrockowitz commentedI am going to have do some major reworking of the result exporting to get an Excel friendly export format working.
I am leaning toward generating an HTML table which can be easily imported into Excel (this is an old school trick). I am not up for writing an export plugin that generates Excel XML markup. Once I refactor the export handling, someone else could write an Excel XML exporter.
Comment #7
jrockowitz commentedI don't have Excel support working but you can now export the data as HTML table which can be imported into Excel.
Comment #8
jrockowitz commentedI created #2822560: Provide Excel submission exporter to address this issue. For now, I recommend using the HTML table exporter.