Show / Hide Table of Contents

Class DataImportExport

Inheritance
System.Object
DataImportExport
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DataImportExport : object

Methods

ExportRangeToDataTable(Range)

Declaration
public static DataTable ExportRangeToDataTable(Range range)
Parameters
Type Name Description
Range range
Returns
Type Description
DataTable

ExportRangeToDataTable(Range, DataTableExportOptions)

Declaration
public static DataTable ExportRangeToDataTable(Range range, DataTableExportOptions options)
Parameters
Type Name Description
Range range
DataTableExportOptions options
Returns
Type Description
DataTable

Import(Cell, DataTable)

Declaration
public static void Import(Cell topLeftCell, DataTable dataTable)
Parameters
Type Name Description
Cell topLeftCell
DataTable dataTable

Import(Cell, DataTable, DataTableImportOptions)

Declaration
public static void Import(Cell topLeftCell, DataTable dataTable, DataTableImportOptions importOptions)
Parameters
Type Name Description
Cell topLeftCell
DataTable dataTable
DataTableImportOptions importOptions

Import(Cell, DataView)

Declaration
public static void Import(Cell topLeftCell, DataView dataView)
Parameters
Type Name Description
Cell topLeftCell
DataView dataView

Import(Cell, DataView, DataViewImportOptions)

Declaration
public static void Import(Cell topLeftCell, DataView dataView, DataViewImportOptions importOptions)
Parameters
Type Name Description
Cell topLeftCell
DataView dataView
DataViewImportOptions importOptions

ImportToColumns(Cell, ArrayList)

Declaration
public static void ImportToColumns(Cell topLeftCell, ArrayList items)
Parameters
Type Name Description
Cell topLeftCell
ArrayList items

ImportToColumns(Cell, ICollection)

Declaration
public static void ImportToColumns(Cell topLeftCell, ICollection items)
Parameters
Type Name Description
Cell topLeftCell
ICollection items

ImportToColumns(Cell, String[])

Declaration
public static void ImportToColumns(Cell topLeftCell, string[] items)
Parameters
Type Name Description
Cell topLeftCell
System.String[] items

ImportToRows(Cell, ArrayList)

Declaration
public static void ImportToRows(Cell topLeftCell, ArrayList items)
Parameters
Type Name Description
Cell topLeftCell
ArrayList items

ImportToRows(Cell, ICollection)

Declaration
public static void ImportToRows(Cell topLeftCell, ICollection items)
Parameters
Type Name Description
Cell topLeftCell
ICollection items

ImportToRows(Cell, String[])

Declaration
public static void ImportToRows(Cell topLeftCell, string[] items)
Parameters
Type Name Description
Cell topLeftCell
System.String[] items
Back to top Generated by DocFX