Add Title XLS Export

How can I add Title of Document on top header ?
I try like this not working

// Temporary Add this line on top of header
$$("table").add({ id: "0", "rank":"Date from: 123 to 456" }, 0);
webix.toExcel($$("table"));
// Remove again 
$$("table").remove("0");

https://snippet.webix.com/qgtww7sb

is possible custom options base on sheetjs