# Wijmo_Grid_Xlsx.htmlentityconversion

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								HtmlEntityConversion Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Defines the conversion behavior for HTML entities such as """, "&lt;", "&gt;" and "&amp;" when exporting.</p>
								</div>
							</div>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Enumeration members
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid_xlsx.htmlentityconversion.html#auto" class="tsd-kind-icon">Auto</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid_xlsx.htmlentityconversion.html#no" class="tsd-kind-icon">No</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_grid_xlsx.htmlentityconversion.html#yes" class="tsd-kind-icon">Yes</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Enumeration members</h2>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="auto" class="tsd-anchor"></a>
								<h3>Auto</h3>
								<div class="tsd-signature tsd-kind-icon">Auto<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;0</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The behavior depends on the value of the column's <a href="../classes/wijmo_grid.column.html#iscontenthtml">Column.isContentHtml</a> property to which the exported cell belongs.
										If the property value is <strong>true</strong>, the HTML entities will be converted to the characters they represent, otherwise they will be left unchanged.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="no" class="tsd-anchor"></a>
								<h3>No</h3>
								<div class="tsd-signature tsd-kind-icon">No<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;1</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>No conversion of HTML entities is performed.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="yes" class="tsd-anchor"></a>
								<h3>Yes</h3>
								<div class="tsd-signature tsd-kind-icon">Yes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;2</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Always convert HTML entities to the characters they represent.</p>
									</div>
								</div>
							</section>
						</section>
					</div>