Turn Excel line break into

前端 未结 3 521
深忆病人
深忆病人 2020-12-16 01:47

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 throu

3条回答
  •  轮回少年
    2020-12-16 02:23

    A little bit of ASCII coding will go a long way.

    Set up the find/replace dialogue (Ctrl-H). In the Find field, hold down the Alt key and type 010 from the numeric key pad. (This lets you find a linefeed character.) In the replace field, put your
    .

提交回复
热议问题