Html table for powerpoint

I have a strange request. I made an application that produces html/printableinvoices in tabular format.

I'm trying to figure out how to take a table that can have 3 to 20 rows, depending on who uses it, and insert it into a power point.
It seems to be doing this, but the result is changing.

Any ideas where to start? I will buy something if you have to!

+5
source share
2 answers

Select the first field of the HTML table by double-clicking it

Then press Shift + end (or Ctrl + Shift + end)

This will allow you to select the entire table. Now you can copy the table and paste it wherever you want

0
0

All Articles