langchain
7bea3b30 - Add ability for GoogleDrive loader to load google sheets (#2135)

Commit
3 years ago
Add ability for GoogleDrive loader to load google sheets (#2135) Currently only google documents and pdfs can be loaded from google drive. This PR implements the latest recommended method for getting google sheets including all tabs. It currently parses the google sheet data the exact same way as the csv loader - the only difference is that the gdrive sheets loader is not using the `csv` library since the data is already in a list.
Author
Parents
Loading