In SuiteScript, it is possible to allow downloadin...
# suitescript
l
In SuiteScript, it is possible to allow downloading of a Suitelet table in XLS format in which the subtotals would show the Excel formulas instead of hardcoded values? For example, =SUM(A2:A5). Note: The no. of rows to be subtotaled may vary. There are multiple subtotals in a column. And if possible, is it super complicated? Any guidance? Thanks.
a
Is complicated and not possible with native SuiteScript, you will need a third party library, something like https://sheetjs.com/
l
Hmmm got it thanks
Just to confirm, does that apply even though the file format is XLS and not XLSX?
y
We can achieve it using sheets.js Please DM for more information.