Favoritossuresh kumar perguntou em #Ask An Expert5 de set. de 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 respostasClassificarClassificar por dataClassificar por mais útilClassificar por dataCarregar mais comentários...Jeff May5 de set. de 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.Adicionar um comentárioEscrever uma resposta...NegritoItálicoSublinhadoTachadoLista com marcadoresLista numeradaAdicionar linkBloco de códigosInserir imagemAnexar arquivosURL do linkCancelarSalvar0/9000Responder
Jeff May5 de set. de 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.