Skip to main content

load_input

Function load_input 

Source
pub fn load_input(
    input_path: &Path,
    requested_sheet: Option<&str>,
    inference_options: &TypeInferenceOptions,
    extraction_options: &ExtractionOptions,
    has_headers: bool,
    explicit_format: Option<&str>,
) -> Result<SheetData>