CSV for Excel, Including Both Leading Zeros and Commas

后端 未结 12 931
再見小時候
再見小時候 2020-12-02 18:45

I want to generate a CSV file for user to use Excel to open it.

If I want to escape the comma in values, I can write it as \"640,480\".

If I want to keep the

12条回答
  •  隐瞒了意图╮
    2020-12-02 19:31

    This is straightforward using Excel's Power Query functionality that allows you to perform step-by-step transformations.

    Original File:

    Add a Custom Column:

提交回复
热议问题