If you want to have only some of the default tools, you cannot do that with the Spreadsheet wrapper.
.Toolbar(t => { t.Home(h => { h.ExportAs(); }); })
All the tools are displayed.
Only the ExportAs tool is displayed.