Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
We apologize for any inconvenience this may cause and appreciate your understanding.
Saved Search HTML coding exported to Excel
Created a saved search using the HTML <span> tags to add text color and line breaks to the column headers.
The results appear correctly when viewed online, but when the report is exported to Excel, the column headers contain the entire string of HTML code verbatim.
For example: I used this code to create a column header that had green text and which broke on two separate lines:
<span style='color:green'>Proj total New<br>(System Notes)</span>
It appeared in Netsuite as:
Proj total New
(System Notes)
However, when the saved search results were exported (via scheduled email) in Excel format, the column header reads verbatim: