Is csv with multi tabs/sheet possible?

后端 未结 4 1458
Happy的楠姐
Happy的楠姐 2020-11-30 12:27

I am calling a web service and the data from the web service is in csv format. If I try to save data in xls/xlsx, then I get multiple sheets in a workbook. So, how can I sa

4条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 13:00

    I think you want to reduce the size of your excel file. If yes then you can do it by saving it as xlsb i.e., Excel Binary Workbook format. Further, you can reduce your file size by deleting all the blank cells.

提交回复
热议问题