View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
05475 | Feature requests | Other | public | 2011-09-24 00:11 | 2021-03-07 21:26 |
Reporter | Mazi | Assigned To | c_schmitz | ||
Priority | low | Severity | @50@ | ||
Status | confirmed | Resolution | open | ||
Summary | 05475: Rewrite Word export | ||||
Description | When trying to export survey results to MS Word only some weird style information can be found at the exported file if there is no survey data to export. | ||||
Steps To Reproduce |
| ||||
Additional Information | <style> | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 16 | ||||
Story point estimate | |||||
Users affected % | |||||
Why are you trying to export results if there are none ;) |
|
To see if this a caught properly or if it causes some weird buggy behavior ;-) |
|
A short update: This is a general problem, HTML isn't filtered at the export to MS Word, see attached screen shot. |
|
It's not a real WORD export, never was. Just a plain HTML export and WORD would silently import it. |
|
Word export needs to be rewritten in general. |
|
After careful consideration I think it would be best to re-label this export as what it is - a HTML export. Offering a real DOC(X) export is out of the question as PHP libraries are either not available or only offer partial solutions. |
|
Ok, found something which does not seem too big: http://phpword.codeplex.com/ |
|
How about supporting OpenDocument instead? It is supported in MS Office since 2007 (and before that several plugins exist). It has good library support (since it is an open standard): For 2.06 I would see no downside. If you want guaranteed compatibility you should be using PDF in any case. If you want to edit the document I don't think requiring office 2007 or the use of some plugin is too bad... |
|
If you guys decide on a library maybe also have in mind support for excel xlsx format. The present excel 2003 format export only supports 256 columns which is often not enough for large surveys.So, in the long run we should switch to xlsx. |
|
+42 for ODT :) from scratch : http://php-odt.sourceforge.net/public/home (there are some other) |
|
If MS Office can read ODT and there are easy to use libraries for exporting to that format, then this sounds great. I also think that we should solve the 256 column limit. That is reported quite often at the forums. |
|
Who wants word export anyway? We have a html export as a plugin already and because of the plugin system any export can be developed and distributed independent of the core. If someone from the team or someone else comes up with a good replacement we can always decide to move it to core and drop one of the old plugins to be an "external" plugin for whoever depends on it. |
|
Like mdekker : waiting for a plugin (or a client ;) ). For 2.06 : i want to do this
|
|
Date Modified | Username | Field | Change |
---|---|---|---|
2011-09-24 00:11 | Mazi | New Issue | |
2011-09-24 00:11 | Mazi | Status | new => assigned |
2011-09-24 00:11 | Mazi | Assigned To | => c_schmitz |
2011-09-24 00:47 | Mazi | Summary | Exporting survey results to SM Word fails when there is no data => Exporting survey results to MS Word fails when there is no data |
2011-09-24 00:47 | Mazi | Additional Information Updated | |
2011-10-18 18:01 | c_schmitz | Note Added: 16450 | |
2011-10-18 18:06 | Mazi | Note Added: 16451 | |
2011-10-18 18:08 | c_schmitz | Priority | normal => low |
2011-10-19 18:48 | c_schmitz | Target Version | 1.91+ => 2.00a1 |
2011-11-14 22:33 | Mazi | Note Added: 16666 | |
2011-11-14 22:33 | Mazi | File Added: html_word_export.PNG | |
2011-11-15 16:21 | c_schmitz | Note Added: 16684 | |
2012-01-23 16:11 | c_schmitz | Note Added: 16910 | |
2012-01-23 16:11 | c_schmitz | Status | assigned => acknowledged |
2012-01-23 16:13 | c_schmitz | Target Version | 2.00a1 => 2.1 |
2012-02-27 01:34 | c_schmitz | Project | Bug reports => Development |
2012-08-14 23:09 | c_schmitz | Summary | Exporting survey results to MS Word fails when there is no data => Rewrite Word export |
2013-10-15 18:31 | c_schmitz | Note Added: 26809 | |
2013-10-15 18:50 | c_schmitz | Note Added: 26810 | |
2013-10-15 18:55 | c_schmitz | Note Edited: 26810 | |
2013-10-15 21:01 | DenisChenu | Issue Monitored: DenisChenu | |
2013-10-15 23:35 | sammousa | Note Added: 26813 | |
2013-10-16 04:38 | mfaber | Issue Monitored: mfaber | |
2013-10-16 05:15 | mfaber | Note Added: 26814 | |
2013-10-16 05:16 | mfaber | Relationship added | related to 08010 |
2013-10-16 08:25 | DenisChenu | Note Added: 26815 | |
2013-10-16 09:13 | Mazi | Note Added: 26816 | |
2013-10-16 11:07 | mdekker | Note Added: 26819 | |
2014-09-14 10:26 | DenisChenu | Note Added: 30623 | |
2019-09-23 12:20 | c_schmitz | Status | acknowledged => confirmed |
2021-03-07 21:26 | c_schmitz | Project | Development => Feature requests |
2021-03-07 21:26 | c_schmitz | Category | Import/Export => Other issues |