A client sent me a huge list of product name and descriptions. The Description cells have text wrap and many line breaks. I need to import this into a MySQL which I do through Navicat Premium.
The problem is that the description cell is used as the HTML description of each product page.
Is there a way to replace Excel's line break with the <br>
either in the same Excel file or by a php function?
Ctrl+J
to get a linefeed (vbLF
) character. – Facsimile