Format to XLSX
Converts the context data into XLSX binary data.
Turns your data into an Excel spreadsheet (.xlsx) file. Give it a list of rows, where each row is a list of cell values, and it builds a single worksheet with one row per entry. The result is a binary file ready to be written to disk or sent on, exactly as if you had saved it from Excel. This formatter has no settings.
This produces an .xlsx file whose single worksheet contains those three rows, which opens in Excel as a normal spreadsheet.