SpreadsheetImporter.Import

This function imports the specified file, writing the Statistica Spreadsheet to the specified output file.

Syntax Parameters Return Value
Function SpreadsheetImporter.Import( _
    inputFile As String, _
    outputFile As String, _
    Optional overWrite As Boolean = False) As Object
  • inputFile [in]

Type: String

  • outputFile [in]

Type: String

  • overWrite [in,optional]

Type: Boolean

Default value: False

Object