Library.ImportXLSAsSpreadsheetEx
This function imports an Excel worksheet into a Statistica Spreadsheet (with extended options).
| Syntax | Parameters | Return Value |
|---|---|---|
Function Library.ImportXLSAsSpreadsheetEx( _
fileName As String, _
sheetNumber As Integer, _
Optional TextVars As Variant = 0, _
Optional TextLengths As Variant = 0, _
Optional bCaseNamesFromFirstColumn As Boolean = False, _
Optional bVariableNamesFromFirstRow As Boolean = False, _
Optional bIncludeFormatting As Boolean = False, _
Optional Action As ImportRecodeType = scImportTextToTV, _
Optional firstRow As Long = 1, _
Optional lastRow As Long = -1, _
Optional firstColumn As Long = 1, _
Optional lastColumn As Long = -1) As Spreadsheet
|
Type: String Type: Integer Type: Variant Default value: 0 Type: Variant Default value: 0 Type: Boolean Default value: False Type: Boolean Default value: False Type: Boolean Default value: False Type: ImportRecodeType Default value: scImportTextToTV Type: Long Default value: 1 Type: Long Default value: -1 Type: Long Default value: 1 Type: Long Default value: -1 |
Spreadsheet |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
