Google Sheets Integration:Row/Column limits

I am logging some data in Google Sheets using an automation. When adding more than 24 columns of data I am getting the following error in the trace when I try to run the automation:

{'code': 400, 'message': 'Range (Solar!Y1) exceeds grid limits. Max rows: 981, max columns: 24', 'status': 'INVALID_ARGUMENT'}

Does anyone know if these are hard row/column limits or can they be adjusted somehow?