I have a problem, I'm trying to update a worksheet inside excel in Add-in Javascript API with encoded content in Base64 but I don't want to create a new worksheet like the function insertWorksheetsFromBase64()
does , but just insert the data in my existing worksheet. Hope I was been clear enough.
So if you know how to do it that will be really helpful.
Thanks for your Help guys.