ImportIntoMultipleTablesActionDoImportIntoTable Method |
Worker that imports one file into one table. If a import data source exists, the file of the existing data source is replaced
by the new file. Otherwise, the data is imported, using Ascii import.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void DoImportIntoTable(
DataTable doc,
string fileName
)
Parameters
- doc DataTable
- The table in which the content of the file should be imported.
- fileName String
- Name of the file.
Exceptions See Also