📅  最后修改于: 2022-03-11 14:55:53.137000             🧑  作者: Mango
//First save the xls file as csv through the Excel File>Save As menu.
//Then, run this command in PowerShell (change to your directory and file name):
import-csv C:\Users\Documents\fileName.csv | export-csv C:\Users\Documents\fileName2.csv -NoTypeInformation -Encoding UTF8