On vscode Convert Xls To XlsX by NPOI
- Run C# on vscode please refer https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code
- Add NPOI to your project, type this in terminal > dotnet add package NPOI --version 2.5.1
- Generate .exe file, type this in terminal > dotnet build -r win-x64