Favoritsuresh kumar fragte in #Ask An Expert5. Sept. 2013, 06:56Visualforce page exporting as csv with LF only .How to make work for CR+LFVisualforce page exporting as csv with LF only .How to make work for CR+LF2 AntwortenSortierenNach Datum sortierenNach "Am hilfreichsten" sortierenNach Datum sortierenMehr Kommentare laden...Jeff May5. Sept. 2013, 08:30If 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.Kommentar hinzufügenAntwort schreiben...FettKursivUnterstreichenDurchstreichenListe mit GliederungspunktenNummerierte ListeLink hinzufügenCodeblockBild einfügenDateien anhängenLink-URLAbbrechenSpeichern0/9000Antworten
Jeff May5. Sept. 2013, 08:30If 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.