In This Topic
Opens XLSX document.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var value; // Type: any
// Parameters
var fileId; // Type: string
value = instance.openDocument(fileId);
function openDocument(
: string
) : any;
Parameters
- fileId
- An identifier of XLSX file.
Browser Compatibility
See Also