dtjohnson / xlsx-populate

Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
MIT License
956 stars 183 forks source link

Question: Does the Lib support Row n Column delete/add ? #309

Open pravin-wf opened 3 years ago

pravin-wf commented 3 years ago

Hi, First of all great job on this project. As in the title, does the lib support delete/add/append api for rows n columns ? If so please point me to the documentation Thank you