Tabulator: Excel export as object

Created on 9 Oct 2019  路  3Comments  路  Source: olifolkerd/tabulator

Dear Oli,

Thank you for your great effort of building tabulator! it is a remarkable module!

When exporting excel with table.download("xlsx", "test.xlsx", {sheetName:"testName"});
it will be very handy if there existed something like this:

let myTable = new Object;
myTable.excel = table.download("xlsx", "test.xlsx", {sheetName:"testName"});

So we can store the generated excel file to an object for further usage: e.x. sending it to (node.js) server.

Thank you for your time!

Most helpful comment

See the downloadReady callback. http://tabulator.info/docs/4.4/download#advanced-intercept

All 3 comments

See the downloadReady callback. http://tabulator.info/docs/4.4/download#advanced-intercept

See the downloadReady callback. http://tabulator.info/docs/4.4/download#advanced-intercept

Thank you takuy !!! didn't noticed back to documentation!

Thanks for your kind words @ggotsidis it is always great to hear that Tabulator is appreciated :)

Was this page helpful?
0 / 5 - 0 ratings