Hi I am using wget to extract google spreadsheet as csv
I used the following command
wget "https://docs.google.com/spreadsheets/d/LONG_ID_HERE/export?=csv"
but I am getting the HTML output
I have already used the google sheets api to extract data row by row and convert to csv but its very slow need a faster method
Any help will be appreciated
Thanks in advance