# Wijmo_Xlsx.Iworkbook

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IWorkbook Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents an Excel Workbook. This interface is the root of the Excel
										Workbook Object Model (WOM) which provides a way to define properties
									and data stored in xlsx file.</p>
								</div>
								<p>To create an xlsx file, create a <a href="../classes/wijmo_xlsx.workbook.html">Workbook</a> object and populate them
									with <a href="../classes/wijmo_xlsx.worksheet.html">WorkSheet</a>, <a href="../classes/wijmo_xlsx.workbookcolumn.html">WorkbookColumn</a>, <a href="../classes/wijmo_xlsx.workbookrow.html">WorkbookRow</a>, and <a href="../classes/wijmo_xlsx.workbookcell.html">WorkbookCell</a>
								objects.</p>
								<p>To save xlsx files, use the <a href="../classes/wijmo_xlsx.workbook.html#save">Workbook.save</a> method which can save the
								book to a file or return it as a base-64 string.</p>
								<p>To load existing xlsx files, use the <a href="../classes/wijmo_xlsx.workbook.html#load">Workbook.load</a> method which will
								populate the book.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IWorkbook</span>
								</li>
							</ul>
						</section>
						<section class="">
							<h3>Implemented by</h3>
							<ul class="tsd-hierarchy">
								<li><a href="../classes/wijmo_xlsx.workbook.html" class="tsd-signature-type">Workbook</a></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_xlsx.iworkbook.html#activeworksheet" class="tsd-kind-icon">active<wbr>Worksheet</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#application" class="tsd-kind-icon">application</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#category" class="tsd-kind-icon">category</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#colorthemes" class="tsd-kind-icon">color<wbr>Themes</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#company" class="tsd-kind-icon">company</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#created" class="tsd-kind-icon">created</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#creator" class="tsd-kind-icon">creator</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#definednames" class="tsd-kind-icon">defined<wbr>Names</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#keywords" class="tsd-kind-icon">keywords</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#lastmodifiedby" class="tsd-kind-icon">last<wbr>Modified<wbr>By</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#modified" class="tsd-kind-icon">modified</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#reservedcontent" class="tsd-kind-icon">reserved<wbr>Content</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#sheets" class="tsd-kind-icon">sheets</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#styles" class="tsd-kind-icon">styles</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#subject" class="tsd-kind-icon">subject</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbook.html#title" class="tsd-kind-icon">title</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="activeworksheet" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> activeWorksheet</h3>
								<div class="tsd-signature tsd-kind-icon">active<wbr>Worksheet<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Index of the active sheet in the xlsx file.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="application" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> application</h3>
								<div class="tsd-signature tsd-kind-icon">application<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Name of the application that generated the file that appears in the file properties.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="category" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> category</h3>
								<div class="tsd-signature tsd-kind-icon">category<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Category of the xlsx file that appears in the file properties.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="colorthemes" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> colorThemes</h3>
								<div class="tsd-signature tsd-kind-icon">color<wbr>Themes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The color of the workbook themes.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="company" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> company</h3>
								<div class="tsd-signature tsd-kind-icon">company<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Name of the company that generated the file that appears in the file properties.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="created" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> created</h3>
								<div class="tsd-signature tsd-kind-icon">created<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Creation time of the xlsx file.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="creator" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> creator</h3>
								<div class="tsd-signature tsd-kind-icon">creator<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Creator of the xlsx file.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="definednames" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> definedNames</h3>
								<div class="tsd-signature tsd-kind-icon">defined<wbr>Names<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.idefinedname.html" class="tsd-signature-type">IDefinedName</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The array of the defined name items.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="keywords" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> keywords</h3>
								<div class="tsd-signature tsd-kind-icon">keywords<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Keywords associated with the xlsx file that appear in the file properties.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="lastmodifiedby" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> lastModifiedBy</h3>
								<div class="tsd-signature tsd-kind-icon">last<wbr>Modified<wbr>By<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Last modifier of the xlsx file.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="modified" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> modified</h3>
								<div class="tsd-signature tsd-kind-icon">modified<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Last modified time of the xlsx file.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="reservedcontent" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> reservedContent</h3>
								<div class="tsd-signature tsd-kind-icon">reserved<wbr>Content<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The reserved content for the workbook.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="sheets" class="tsd-anchor"></a>
								<h3>sheets</h3>
								<div class="tsd-signature tsd-kind-icon">sheets<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.iworksheet.html" class="tsd-signature-type">IWorkSheet</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Defines an array of Excel Workbook sheets.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="styles" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> styles</h3>
								<div class="tsd-signature tsd-kind-icon">styles<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.iworkbookstyle.html" class="tsd-signature-type">IWorkbookStyle</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Styles table of the workbook.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="subject" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> subject</h3>
								<div class="tsd-signature tsd-kind-icon">subject<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Subject of the xlsx file that appears in the file properties.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="title" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> title</h3>
								<div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Title of the xlsx file that appears in the file properties.</p>
									</div>
								</div>
							</section>
						</section>
					</div>