Convert CSV into XLS

后端 未结 5 1350
孤城傲影
孤城傲影 2020-12-29 15:25

I\'m working in a web application separated in blocks and I\'m getting a CSV object from a work mate of mine which I must convert into XLS to be passed into an Excel Process

5条回答
  •  囚心锁ツ
    2020-12-29 15:52

    One option is to use a 3rd party library to create the XLS file, and the other is to use COM interop to manipulate Excel into opening the CSV file and save it as XLS.

提交回复
热议问题