Table of Contents

Enum ePictureInclude

Namespace
OfficeOpenXml.Export.HtmlExport
Assembly
EPPlus.dll

How to include picture drawings in the html

public enum ePictureInclude

Fields

Exclude = 0

Do not include pictures in the html export. Default

Include = 2

Include the images in the html export.

IncludeInCssOnly = 1

Include in css only, so they images can be added manually.