Excel Web Service Simple web service to execute exel spreadsheets. Build and Run with maven mvn exec:java This will build and run the server on: http://localhost:8080/ Build / Deploy Docker mvn clean install docker build -t upstream-excel . docker run -p 8080:8080 -p 8081:8081 upstream-excel