VinodKrishnappa
New Member
- Joined
- Aug 6, 2016
- Messages
- 31
Hi, I've situation like this.
In "Sheet1" I'll have data like below list.
[TABLE="class: cms_table, width: 527"]
<tbody>[TR]
[TD]Employee No
[/TD]
[TD]Name[/TD]
[TD]Category[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]12236[/TD]
[TD]ABCD[/TD]
[TD]Telephone[/TD]
[TD]$2100[/TD]
[/TR]
[TR]
[TD]12243[/TD]
[TD]EFGH[/TD]
[TD]Medical[/TD]
[TD]$4200[/TD]
[/TR]
[TR]
[TD]12256[/TD]
[TD]IJKL[/TD]
[TD]Telephone[/TD]
[TD]$1566[/TD]
[/TR]
</tbody>[/TABLE]
The above data should come in the following format in different .pdf file for each employee based on empployee no. wise.
[TABLE="class: cms_table, width: 221"]
<tbody>[TR]
[TD]Employee No.[/TD]
[TD]12243[/TD]
[/TR]
[TR]
[TD]Employee Name[/TD]
[TD]EFGH[/TD]
[/TR]
[TR]
[TD]Medical[/TD]
[TD]$4,200[/TD]
[/TR]
[TR]
[TD]Telephone[/TD]
[TD]$0[/TD]
[/TR]
[TR]
[TD]LTA[/TD]
[TD]%0[/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD]$4,200[/TD]
[/TR]
</tbody>[/TABLE]
Amount in Words Four Thousand Two Hundred
The data will be for more than 400 emp. i need to provide individual pdf to individual employee. Please help on this.
In "Sheet1" I'll have data like below list.
[TABLE="class: cms_table, width: 527"]
<tbody>[TR]
[TD]Employee No
[/TD]
[TD]Name[/TD]
[TD]Category[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]12236[/TD]
[TD]ABCD[/TD]
[TD]Telephone[/TD]
[TD]$2100[/TD]
[/TR]
[TR]
[TD]12243[/TD]
[TD]EFGH[/TD]
[TD]Medical[/TD]
[TD]$4200[/TD]
[/TR]
[TR]
[TD]12256[/TD]
[TD]IJKL[/TD]
[TD]Telephone[/TD]
[TD]$1566[/TD]
[/TR]
</tbody>[/TABLE]
The above data should come in the following format in different .pdf file for each employee based on empployee no. wise.
[TABLE="class: cms_table, width: 221"]
<tbody>[TR]
[TD]Employee No.[/TD]
[TD]12243[/TD]
[/TR]
[TR]
[TD]Employee Name[/TD]
[TD]EFGH[/TD]
[/TR]
[TR]
[TD]Medical[/TD]
[TD]$4,200[/TD]
[/TR]
[TR]
[TD]Telephone[/TD]
[TD]$0[/TD]
[/TR]
[TR]
[TD]LTA[/TD]
[TD]%0[/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD]$4,200[/TD]
[/TR]
</tbody>[/TABLE]
Amount in Words Four Thousand Two Hundred
The data will be for more than 400 emp. i need to provide individual pdf to individual employee. Please help on this.