how do i fill in a string (dynamic) into an existing table in word document like this?
| | | | | | | |
the table is 23 columns and 2 rows.
but the string to fill in may vary.
e.g. if the string is “my name is jerryson anderson zhang”
the table in the word doc should look like:
|m|y| |n|a|m|e| |i|s| |J|e|r|r|y|s|o|n| |a|n|d|
|e|r|s|o|n| |z|h|a|n|g| | | | | | | | | | | | |
e.g. if the string is “sally”
the table in the word doc should look like:
|s|a|l|l|y| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | |