Heyo, what’s everyone using to generate non-weird ...
# general
j
Heyo, what’s everyone using to generate non-weird Excel files from NetSuite? We have to generate Excel statements and send them to our customers via SuiteScript, and I’m pretty sure either receiving a file ending in
.xml
which opens in Excel without an error, or receiving a file ending in
.xls
which opens in Excel but pops up the
corrupted or unsafe
warning, is gonna confuse our customers.
s
Spoke to my buddy Hasan (director -NetSuite ERP Platform group) while back about the .xml format of the excel import. He said they had thousands of complain about it, unfortunately fixing this would be a big challenge - it is baked into the system quite deeply so changing the format is quite a heavy lifting but they have been working on a solution.
j
any smart hacky workarounds?
it’s bad enough that I already had to write our own Statement Generator since the built-in one is such a POS
m
I just export to CSV and let the users format as they want. But that's definitely the lazy way out.
s
That's what I have been telling my users all these years @Mark C I am darn lazy one
j
thing is, it’s for customers
were it for employees I’d be less concerned
I think I’ll just set up an option to email all three formats I’ve built (“excel” (xml), csv, and pdf)