Establecer como favoritosuresh kumar preguntó en #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 respuestasOrdenarClasificar por fechaClasificar por más útilClasificar por fechaCargar más comentarios...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.Agregar un comentarioEscribir una respuesta...NegritaCursivaSubrayadoTachadoLista con viñetasLista numeradaAgregar vínculoBloque de códigoInsertar imagenAdjuntar archivosURL de vínculoCancelarGuardar0/9000Responder
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.