Search code examples
javascriptmergecell

DocumentApp Script - Merge cell not working


 cell.appendTable([["Hello"],["Hello","I","J"]])

Outputs to:

|Hello|
|Hello|I    |J     |

I want to merge the first row.

Developed in scripts.google.com DocumentApp. - With Table And Cell Element


Solution

  • Found Answer. Merge Cell Functionality didn't supported by Google App Script yet.