pub async fn inspect_cells( file: PathBuf, sheet: String, targets: Vec<String>, include_empty: bool, budget: Option<u32>, ) -> Result<Value>