VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / createXlsxDocument Property
Syntax BrowserCompatibility SeeAlso
In This Topic
createXlsxDocument Method
In This Topic
Creates the new XLSX document.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);

var value; // Type: any

// Parameters
var successFunc; // Type: function
var errorFunc; // Type: function

value = instance.createXlsxDocument(successFunc, errorFunc);

Parameters

successFunc
Function that will be executed if request is executed successfully.
errorFunc
Function that will be executed if request is failed.
Browser Compatibility
56+
45+
11
See Also