Show/Hide Column & Row Header
We had to do this too; this part is easy: pass in the spreadsheet options:
"headerHeight": 0,
"headerWidth": 0
The hard part is putting your own custom headers, and making Row 1 act like a header row (ie navigation, no selection etc). We are still battling with it.