Hello Team,
I am using Aspose.Words for Node.js and I need to detect and replace a specific table inside a DOCX file.
:heavy_check_mark: My Requirement
I want to:
Find a table
by index
OR by bookmark
OR by matching…...@AbhayKumar007 Steps Load the document const words = require('asposewordscloud');...inside the table (search the document, then pick the table that...