Issues converting csv to xls in Java? Only core Java experience needed - question not related to import

后端 未结 4 1488
甜味超标
甜味超标 2020-12-22 08:35

First of all, I understand that it\'s unusual that I want to up-convert like this, but please bear with me. We get these csv files via website export and we have no options

4条回答
  •  既然无缘
    2020-12-22 08:54

    Rather than depend on split(), write your own parser to handle this situation. Have your grammar treat all the characters between a pair of " " or ' ' as a single token.

提交回复
热议问题