I add a code that uses the following string in the functions.php file
use Google\Spreadsheet\DefaultServiceRequest;
And when I save the file it gives me an error: Parse error: syntax error, unexpected 'use' (T_USE)
I use composer and the use has to go inside the function because if I take it out, I think that's why I do not add things to the sheet.