There is a way for merging cells in Google spreadsheet finally. But I can not find API for doing this. Am I missing something?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s an API for doing it using Google Apps Script. But this API is only accessible using Apps Script code, not really a public thing that you can call from java or “regular” javascript.
Well, you could publish the script as service and develop your own protocol to do it, which you could call from “external” programs. But that’s kind of cumbersome. Much better if you could just write everything in Apps Script.