Imports a Origin OPJ file (tables only) into corresponding new tables in Altaxo.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? Import(
string filename
)
Parameters
- filename String
- The file name of the origin OPJ file.
Return Value
StringNull if the import was successfull, or a error message.
See Also