VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function createXlsxDocument(
    successFunc
    Function that will be executed if request is executed successfully.
    : Function,
    errorFunc
    Function that will be executed if request is failed.
    : Function
    ) : any;

    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