Answers for "todataUrl then return with replace"

Go
0

convert canvas to DataUrl and insert image in google sheet

function savejSigToSht() {

        var dataURL = canvas.toDataURL('image/png');

        google.script.run.insertSig(dataURL);
        google.script.host.close();
    }
Posted by: Guest on December-08-2020

Code answers related to "todataUrl then return with replace"

Browse Popular Code Answers by Language