pub async fn render_spreadsheet_core( opts: &OptionSet, save_opt: Option<Box<dyn Fn(IndexMap<String, Value>) -> Result<(), GenericError> + Send + Sync>>, out_ref: Option<&str>, ) -> Result<ResultSet, GenericError>