Hi,
I’m converting project from Word Automation to Aspose.Word. In the project, MoveRight(Cell) and TypeText are heavily used to move around the table to insert data.
For example:
Name | Quantity | Unit Price | Total |
(+Item+) |
I will find the tag (+Item+) and replace with the item name. Then i will move to next cell to insert quantity, unit price, total accordingly. If i have another item, i will using the command "MoveRight(Cell)" and it will automatically create a new row appending to that table.
How can i achieve this using Aspose.Word. Any advice is appreciated.