You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.
TableExport: version 5.2
Question description:
Hi there, I found the property sheetname is now working. you can check the picture I've uploaded.
I'm using the exportButtons way to create the export function.
can anyone help?
The text was updated successfully, but these errors were encountered:
You're following the previous version of doc. You should follow the new doc on the Github homepage
var exportData = table.getExportData();
var xlsxData = exportData.table.xlsx; // Replace with the kind of file you want from the exportData
table.export2file(xlsxData.data, xlsxData.mimeType, xlsxData.filename, xlsxData.fileExtension, xlsxData.merges, xlsxData.RTL, xlsxData.sheetname)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TableExport: version 5.2
Question description:
Hi there, I found the property sheetname is now working. you can check the picture I've uploaded.
I'm using the exportButtons way to create the export function.
can anyone help?
The text was updated successfully, but these errors were encountered: