ImportImportJcampFiles Method |
Imports a couple of JCAMP files into a table. The spectra are added as columns to the (one and only) table. If the x column
of the rightmost column does not match the x-data of the spectra, a new x-column is also created.
Namespace: Altaxo.Serialization.JcampAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? ImportJcampFiles(
string[] filenames,
DataTable table,
JcampImportOptions importOptions
)
Parameters
- filenames String
- An array of filenames to import.
- table DataTable
- The table the spectra should be imported to.
- importOptions JcampImportOptions
[Missing <param name="importOptions"/> documentation for "M:Altaxo.Serialization.Jcamp.Import.ImportJcampFiles(System.String[],Altaxo.Data.DataTable,Altaxo.Serialization.Jcamp.JcampImportOptions)"]
Return Value
StringNull if no error occurs, or an error description.
See Also