Click or drag to resize

OriginImporterImportSpreadSheet Method

Imports an Origin spread sheet into an Altaxo table. The Altaxo table can or can not be empty.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static void ImportSpreadSheet(
	Origin2AltaxoWrapper reader,
	string spreadSheetName,
	SpreadSheet spreadSheet,
	OriginImportOptions importOptions,
	DataTable table,
	OriginImporterImportOperationalDataForTable opData
)

Parameters

reader  Origin2AltaxoWrapper
The Origin project wrapper.
spreadSheetName  String
Full name of the Origin spread sheet.
spreadSheet  SpreadSheet
The Origin spread sheet.
importOptions  OriginImportOptions
The import options.
table  DataTable
The Altaxo table, in which the data are imported.
opData  OriginImporterImportOperationalDataForTable
The operational data for importing into that Altaxo table.
See Also