Skip to content

Latest commit

 

History

74 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Dockerize an Office File API Application

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.

Build the Docker Image

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.

Docker Files

Files to Look At

Documentation

Does This Example Address Your Development Requirements/Objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Create and dockerize an ASP.NET Core Web API application that uses the Office File API library to convert Excel and Word documents to HTML.

Topics

Resources

Stars

1 star

Watchers

54 watching

Forks

Used by

Contributors

Languages