A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Correct.
Standard SQL does not have a means of including sub-totals.
You need ROLLUP for that and ROLLUP is only available in a few dialects of SQL.
As an alternative, just bring the plain data into Excel and then use Excel to add the subtotals (Data / Subtotal) or use a Pivot Table to display the data, including sub-totals.