Azure – how to delete table design from word document page using javascript ? Word js Add-in
I am inserting a table design in word document last page from table html. how can I delete it this is my code async function NewMap() { try { await Word.run(async (context) => { /*--html to word- https://stackoverflow.com/q/66576869 //-- word…