I have a google script that I'm using in google spreadsheet to export some data from there. Recently they update the spreadsheet and I'm getting this error:
UiApp has been deprecated. Please use HtmlService instead
var app = UiApp.createApplication().setTitle('Export');
Does anyone had this problem, any solution?
Thank you