# Wijmo_Grid_Sheet.Iflexsheetxlsxoptions

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IFlexSheetXlsxOptions Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>FlexSheet Xlsx export options</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IFlexSheetXlsxOptions</span>
								</li>
							</ul>
						</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>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_sheet.iflexsheetxlsxoptions.html#converthtmlentities" class="tsd-kind-icon">convert<wbr>Html<wbr>Entities</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_sheet.iflexsheetxlsxoptions.html#includeformulavalues" class="tsd-kind-icon">include<wbr>Formula<wbr>Values</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="converthtmlentities" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> convertHtmlEntities</h3>
								<div class="tsd-signature tsd-kind-icon">convert<wbr>Html<wbr>Entities<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid_xlsx.htmlentityconversion.html" class="tsd-signature-type">HtmlEntityConversion</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Export only.</p>
									</div>
									<p>Defines the conversion behavior for HTML entities such as """, "&lt;", "&gt;" and "&amp;" when exporting.</p>
									<p>The default value is <a href="../enums/wijmo_grid_xlsx.htmlentityconversion.html#auto">wijmo.grid.xlsx.HtmlEntityConversion.Auto</a>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="includeformulavalues" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> includeFormulaValues</h3>
								<div class="tsd-signature tsd-kind-icon">include<wbr>Formula<wbr>Values<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Export only.</p>
									</div>
									<p>Indicates whether export the calculated value for formula cells.</p>
								</div>
							</section>
						</section>
					</div>