formtools / module-field_type_file

The File Upload Field module.
http://docs.formtools.org/modules/field_type_file/
GNU General Public License v3.0
1 stars 6 forks source link

[BUG] Excel and CSV problems (3.0.5) #16

Closed stfour closed 5 years ago

stfour commented 5 years ago

Hallo, it seems that excel export generate an html output in a xls file. CSV export break when there is a "file" form item. In this case it is an html ul/href column. I think it should be simple a link. Thanks in advance. Marco

stfour commented 5 years ago

Ok, I've just learned now that excel can import an html formatted .xls files (still give a warning when it opens but it isn't a problem). But if there is a "file" field, the whole formatting is corrupted, like in csv. Regards Marco

benkeen commented 5 years ago

Hey @stfour, nice job with the bug finding today! Confirmed. This is also a bug.

I think this may be an issue with the File Upload module as well. I'll check it out and if so, move the ticket to that repo.

stfour commented 5 years ago

Thank you benkeen... you have done a really impressive job with form tools.

benkeen commented 5 years ago

Thanks! I'll release an update to this module tonight.

[Edit: I was mistaken, the Export Manager doesn't need to be updated - I was working off an old copy. ]

stfour commented 5 years ago

Benkeen, I've updated to latest module-field_type_file, as I've reported the problem with attachment was solved, but still corruption with file field is present on csv and xls export. Just to make you know it. Ciao Marco

stfour commented 5 years ago

I'm sorry, delete my previous comment, it is working perfectly... I have not press "upgrade" after replacing the module files.

Good work ;)

benkeen commented 5 years ago

Good to hear, thanks!