Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull from two worksheets #9

Open
Zuul86 opened this issue Jun 27, 2018 · 5 comments
Open

Pull from two worksheets #9

Zuul86 opened this issue Jun 27, 2018 · 5 comments

Comments

@Zuul86
Copy link

Zuul86 commented Jun 27, 2018

I'd like to be able to pull from two worksheets. How can I accomplish this?

@MartinNuc
Copy link
Contributor

just add this plugin multiple times

@mtfum
Copy link

mtfum commented Oct 14, 2018

How can I do that? it doesn't work! Please help me somebody! Thanks


    {
      resolve: 'gatsby-source-google-sheets',
      options: {
        spreadsheetId: 'id',
        worksheetTitle: 'note',
        credentials: require('./note-rss-client_secret.json')
      }
    },
    {
      resolve: 'gatsby-source-google-sheets',
      options: {
        spreadsheetId: 'id',
        worksheetTitle: 'qiita',
        credentials: require('./qiita-rss-client-secret.json')
      }
    }

@SKempin
Copy link

SKempin commented Jun 14, 2020

@mtfum @MartinNuc I am trying to pull data from two worksheets in the same spreadsheet file, is this possible?

@krerkkiat
Copy link

@SKempin It is possible. Adding multiple object of gatsby-source-google-sheets to the gatsby-config.js (like the comment above you). I am not sure why that does not work for that person, but one of my project use the exact same structure.

@SKempin
Copy link

SKempin commented Jun 15, 2020

Tested and I can confirm this works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants