Hi,
I'm trying to export a large dataset into Word and I don't know how to go about doing so.
Example -
<colgroup><col style="width:42pt" width="56" span="6"> </colgroup><tbody>
[TD="width: 56"]Fruit
[/TD]
[TD="width: 56"]Q1
[/TD]
[TD="width: 56"]Q2
[/TD]
[TD="width: 56"]Q3[/TD]
[TD="width: 56"]Q4[/TD]
[TD="width: 56"]Q5[/TD]
</tbody>I need the data to be presented in this format -
Apple
Q1
Response1
Q2
Respose2
...
Q5
Pear
Q1
Response1
etc
_
Any help will be greatly appreciated.
I'm trying to export a large dataset into Word and I don't know how to go about doing so.
Example -
Apple | Respose1 | Response2 | Response3 | Response4 | Response5 |
Pear | Respose1 | Response2 | Response3 | Response4 | Response5 |
Banana | Respose1 | Response2 | Response3 | Response4 | Response5 |
Peach | Respose1 | Response2 | Response3 | Response4 | Response5 |
<colgroup><col style="width:42pt" width="56" span="6"> </colgroup><tbody>
[TD="width: 56"]Fruit
[/TD]
[TD="width: 56"]Q1
[/TD]
[TD="width: 56"]Q2
[/TD]
[TD="width: 56"]Q3[/TD]
[TD="width: 56"]Q4[/TD]
[TD="width: 56"]Q5[/TD]
</tbody>
Apple
Q1
Response1
Q2
Respose2
...
Q5
Pear
Q1
Response1
etc
_
Any help will be greatly appreciated.
Last edited by a moderator: