Hi,
I use Aspose.Words 4.4.0.0 for .Net to generate Word doc.
I perform MailMerge from a Datatable.
document.MailMerge.ExecuteWithRegions(dataTable);
My requirement is to set Thousand separated format for a column as below.
Column A |
---|
1,015 |
1,025 |
1,035 |
1,045 |
1,055 |
1,065 |
Can you help me in achieving this functionality.
Thanks in advance.
– Nithiyanandam