Class GoogleSheetv4DataPool

    • Method Detail

      • createDatapool

        public void createDatapool​(java.lang.String saKey,
                                   java.lang.String fileId,
                                   java.lang.String tabName)
      • getCredential

        public com.google.api.client.googleapis.auth.oauth2.GoogleCredential getCredential​(java.lang.String saKey)
                                                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • buildService

        public com.google.api.services.sheets.v4.Sheets buildService​(com.google.api.client.googleapis.auth.oauth2.GoogleCredential credential)
                                                              throws java.io.IOException,
                                                                     java.security.GeneralSecurityException
        Throws:
        java.io.IOException
        java.security.GeneralSecurityException
      • getValuesForRange

        public java.util.List<java.util.List<java.lang.Object>> getValuesForRange​(java.lang.String spreadsheetId,
                                                                                  java.lang.String range)
                                                                           throws java.io.IOException
        Throws:
        java.io.IOException