pub async fn find_formula( file: PathBuf, query: String, sheet: Option<String>, limit: Option<u32>, offset: Option<u32>, ) -> Result<Value>