How to preserve borders, merged cells & formula when using SetValue() function in AppScript?
I have recently written a code that fetches a range of date & sets it on another sheet. It works fine, but the set data is a little hard to read because the table borders/alignment/formula are not preserved. Is there a way that this can be preserved? The script: function saved() { //Source link var… Read More How to preserve borders, merged cells & formula when using SetValue() function in AppScript?