This article provides two workarounds to prevent Salesforce CSV export data from being truncated when opened in Microsoft Excel. The truncation occurs because Excel interprets leading dash (-) or at (@) symbols as formula syntax, which limits the text to 255 characters.
Potential workarounds to this Excel behavior:
| Find: | Replace with: |
| "- | " - |
| "@ | " @ |
See Also:
Long and Rich Text Area Fields Are Truncated on Export of Formatted Report or Printable View
000382697