I'm testing this module, and my export of fields is showing HTML tags in all rows (e.g., a href, spans, p).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Selection_001.png | 58.88 KB | d.novikov |
I'm testing this module, and my export of fields is showing HTML tags in all rows (e.g., a href, spans, p).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Selection_001.png | 58.88 KB | d.novikov |
Comments
Comment #1
d.novikov commentedThe module has nothing to do with data which Views provides to it. It just "wraps" those data into Excel spreadsheet. I'm almost sure you need just to set "Strip HTML tags" checkbox for necessary fields inside the view (see the file attached).
Comment #2
d.novikov commentedComment #3
ludo.rWhat's confusing is that when we use the standard XLS format from Views Data Export, no HTML is output in the result file, while when using XLSX from Views Data Export PHPExcel module does output HTML tags.
I don't know which one is wrong, but it isn't consistent accross the different file formats.
Comment #4
Dima DD commentedHowever, some HTML tags are very useful: these are formatting tags like b, i, sup and sub. Pseudo-XLS files from the Views Data Export module shows nicely formatted text if they are not stripped at field rewriting.
So, the question: is it possible to interpret somehow these HTML tags at XLSX export to preserve original formatting? For example, using RichText functions from PHPExcel.