I'm facing an issue with an interactive report in Oracle APEX. I'm trying to ensure that text doesn't wrap in Excel when the report is downloaded. I attempted to add the following HTML attribute to the column:
html
<span style="white-space:nowrap;">#Product Description#</span>
While this works perfectly at the column level in the APEX report, it's not reflecting in the downloaded Excel file, and the text still appears wrapped.
Have you encountered this issue before or have any suggestions on how to resolve it? Your help would be greatly appreciated!
Thank you so much!