79779848

Date: 2025-10-01 09:17:41
Score: 2
Natty:
Report link

Surround your data with in the double quotes, it will help data to be populated in single cell.

like : "Sample notes, supposed to be displayed in single cell"

If your retrieving data using SQL, you can add quotes in SQL itself

select '"' + REPLACE(NOTES, '"', '""') + '"' AS Notes from notestable;

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sri Ram