Skip to main content
Visualforce page exporting as csv with LF only .How to make work for CR+LF
2 Antworten
  1. 5. Sept. 2013, 08:30
    If you are exporting from the VF page, you can add HTML <br> tags as needed.  If you are exporting using a controller class or extension, you can add '\n' to the output line.
0/9000