VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / openDocument Property
Syntax BrowserCompatibility SeeAlso
    openDocument Method
    Opens XLSX document.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);
    
    var value; // Type: any
    
    // Parameters
    var fileId; // Type: string
    
    value = instance.openDocument(fileId);
    
    

    Parameters

    fileId
    An identifier of XLSX file.
    Browser Compatibility
    56+
    45+
    11
    See Also