How much of an effort is involved in generating an...
# suitescript
r
How much of an effort is involved in generating an Excel file using SuiteScript? I have not done this before, so I have no idea. The sample file provided has two worksheets. Some cells have formulas and there is some formatting also.
b
It’s not terribly difficult. There are resources online explaining the format. What I’ve done is create a sample file in Excel, change the file extension to .xml, and open it with a text editor to see how it’s formatted.
m
SheetJS works nicely
j
doing it manually is a little finicky; you have to keep careful track of row and col ids
but you can achieve some cool results (nicely formatted sheets)