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!
Now, you can stay up-to-date with the latest discussions, helpful tips, and important announcements, all delivered straight to your inbox. Whether you’re looking to catch up on what you missed or just want a quick overview, our email digest has you covered. To learn more and to subscribe, click here.
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: