BHoM / PowerPoint_Toolkit

GNU Lesser General Public License v3.0
0 stars 0 forks source link

Adding / Updating Tables #18

Open ValeriolfBH opened 1 week ago

ValeriolfBH commented 1 week ago

As of now, to create something resembling a table, you need to create different single line text boxes, align them and update them one by one. The desired component works by taking in a matrix (simple data tree in GH) and update a preexisting m x n table.

Tom-Kingstone commented 4 days ago

Translating for c#: this means a List<List<object>> input. Perhaps this could be an excel toolkit interop feature, where a user would use excel toolkit to create the table, and then insert it into a slide.