Converts a range of cells in an Excel workbook to a DataTable.
Provides access to the culture-specific settings of the spreadsheet.
The text encoding to be used to interpret the file if it is in CSV or TXT format. If no encoding is specified, then DocsMarshal will auto-detect the encoding based on content.
Provide a custom type for each column of the DataTable.
Specifies in which format to read the source document.
The excel file to convert.
An integer that is the zero-based index of the left column.
True, to use the content of the first row in a range as column names in a data table; otherwise, false.
An integer that is the zero-based index of the right column.
An integer that is the zero-based index of the top row.
Automatically gets a range of cells surrounded by empty rows and columns in the given worksheet.
The name of the worksheet to convert.