We have a requirement to Insert data table in place of placeholders in docx . which among these are the fastest and most efficient way in aspose.words
- between tags created in plain text using regex search and insert option.
- create a embedded field like mail merge and replace the placeholder with datatable
- create bookmarks and replace it with datatable
- create Placeholders(Citations) and insert it with datatable
we are dealing with docx files as large as 150- 300 pages and size of ~ 3 MB . which among these will be the most efficient and fastest with aspose. please advise and we will choose the placeholder option accordingly