Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

}).

catch(function (error) {
console.log('Error: ' + error);
if (error instanceof OfficeExtension.Error) {
console.log('Debug info: ' + JSON.stringify(error.debugInfo));
}
});

You might also like