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>