I have a task to make data visible, and try to draw rectangle based on strings in spreadsheet.
one example is, source table looks like :
name, scope
model1, inst1
model2, inst1/inst2
Which document I can learn how to draw shapes into the spreadsheet based on my table. the required rectangle may look like :
________________
| module1 |
| __________ |
| | module2 | |
| |_________| |
|_______________|
Thanks in advance.