The application can be downloaded here: OpenExcelExport_v0.1.1.zip.
Choose a target folder, then unzip files from the archive.
Open a Terminal (or Bash), go inside the folder and execute the application:
>OpenExcelExport.exe
If execution displays this message below, you have to download and install the dotnet runtime.
To Run This Application, You Must Install .NET Framework
To execute the application, you need to download and install the dotnet runtime net8 or greater.
For Windows: dotnet-runtime-10.0.2-win-x64.exe.
For Mac: dotnet-runtime-10.0.2-osx-x64.pkg.
For Linux Debian: execute the bash command:
sudo apt-get install -y dotnet-runtime-10.0
execute the command below to display all installed dotnet runtime on your computer:
dotnet --list-runtimes
You need to have at least this minimal version:
Microsoft.NETCore.App 8.0.12 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]