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