This example shows how to create an ASP.NET Core Web API application that uses the Office File API library to convert Excel and Word documents to HTML on the server. The project contains a Dockerfile that specifies how to build the application in a Docker container.
Use the following commands to build and run the docker image:
docker build -t documentconversionwebapi .
docker run -d -p 8080:80 documentconversionwebapi
Use the Thunder Client VS Code extension to test the application.
(you will be redirected to DevExpress.com to submit your response)