I want the download worksheet from Google Sheet as HTML file using Service Account Key. I don't have OAuth Key.
What all access I have :
- I have full access of that Particular Google Sheet only.
- I have shared that Sheet with Service Account Client Email id.
Currently I am using python gspread lib authorizing using "Service Account Key" as I have already shared the Sheet with Service account Client email. I want to achieve this using python or any other way using code.