Hi,
I have large set of data to convert rows into columns as per below template
existing data.Also is it possible to have new sheet when the current sheet is full.[TABLE="width: 448"]
<colgroup><col width="64" span="7" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]Header1[/TD]
[TD="width: 64"]Header2[/TD]
[TD="width: 64"]Header3[/TD]
[TD="width: 64"]Header4[/TD]
[TD="width: 64"]Header5[/TD]
[TD="width: 64"]…..[/TD]
[TD="width: 64"]Header 80[/TD]
[/TR]
[TR]
[TD]data 1[/TD]
[TD]Data 2[/TD]
[TD]Data 3[/TD]
[TD]Data 4[/TD]
[TD]data 5[/TD]
[TD][/TD]
[TD]data 80[/TD]
[/TR]
</tbody>[/TABLE]
Required Data
[TABLE="width: 225"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Header1[/TD]
[TD]Data 1[/TD]
[TD]data 1[/TD]
[/TR]
[TR]
[TD]Header2[/TD]
[TD]Data 1[/TD]
[TD]Data 2[/TD]
[/TR]
[TR]
[TD]Header3[/TD]
[TD]Data 1[/TD]
[TD]Data 3[/TD]
[/TR]
[TR]
[TD]Header4[/TD]
[TD]Data 1[/TD]
[TD]Data 4[/TD]
[/TR]
[TR]
[TD]Header5[/TD]
[TD]Data 1[/TD]
[TD]data 5[/TD]
[/TR]
[TR]
[TD]…..[/TD]
[TD]Data 1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Header 80[/TD]
[TD]Data 1[/TD]
[TD]data 80[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
sachin
I have large set of data to convert rows into columns as per below template
existing data.Also is it possible to have new sheet when the current sheet is full.[TABLE="width: 448"]
<colgroup><col width="64" span="7" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]Header1[/TD]
[TD="width: 64"]Header2[/TD]
[TD="width: 64"]Header3[/TD]
[TD="width: 64"]Header4[/TD]
[TD="width: 64"]Header5[/TD]
[TD="width: 64"]…..[/TD]
[TD="width: 64"]Header 80[/TD]
[/TR]
[TR]
[TD]data 1[/TD]
[TD]Data 2[/TD]
[TD]Data 3[/TD]
[TD]Data 4[/TD]
[TD]data 5[/TD]
[TD][/TD]
[TD]data 80[/TD]
[/TR]
</tbody>[/TABLE]
Required Data
[TABLE="width: 225"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Header1[/TD]
[TD]Data 1[/TD]
[TD]data 1[/TD]
[/TR]
[TR]
[TD]Header2[/TD]
[TD]Data 1[/TD]
[TD]Data 2[/TD]
[/TR]
[TR]
[TD]Header3[/TD]
[TD]Data 1[/TD]
[TD]Data 3[/TD]
[/TR]
[TR]
[TD]Header4[/TD]
[TD]Data 1[/TD]
[TD]Data 4[/TD]
[/TR]
[TR]
[TD]Header5[/TD]
[TD]Data 1[/TD]
[TD]data 5[/TD]
[/TR]
[TR]
[TD]…..[/TD]
[TD]Data 1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Header 80[/TD]
[TD]Data 1[/TD]
[TD]data 80[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
sachin