Skip to content

Instantly share code, notes, and snippets.

View vigneshram20's full-sized avatar

Vigneshram Sundaramoorthy vigneshram20

View GitHub Profile
public class GoogleSheets {
static Sheets.Spreadsheets spreadsheets;
static GoogleCredential credential;
static final String existingSpreadSheetID = "<Your_Spreadsheet_ID>";
static final String credentialPath = "<Client_Secret_Path>";
static ValueRange response;
static String testDataSheetName = "TestData";
static List<List<Object>> values ;