update 20240812
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" />
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<title>Worksheet Constructor</title>
|
||||
<title>FastExcel.Write Method</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
@@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div id="mainBody">
|
||||
<h1 class="title">Worksheet Constructor</h1>
|
||||
<h1 class="title">FastExcel.Write Method</h1>
|
||||
<p />
|
||||
|
||||
|
||||
<summary-info>Constructor</summary-info>
|
||||
<summary-info>Write data to a sheet</summary-info>
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
@@ -101,24 +101,48 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_00000000000004DD.html">Worksheet()</a>
|
||||
<a href="topic_00000000000004E4.html">Write(DataTable, string)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Constructor
|
||||
Write a excel from datatable
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_00000000000004DE.html">Worksheet(FastExcel)</a>
|
||||
<a href="topic_00000000000004DD.html">Write(Worksheet)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Constructor
|
||||
Write data to a sheet
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_00000000000004DE.html">Write(Worksheet, int, int)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Write data to a sheet
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_00000000000004DF.html">Write(Worksheet, string, int)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Write data to a sheet
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -139,11 +163,11 @@ Constructor
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_00000000000004D5.html">Worksheet Class</a><br />
|
||||
<a href="topic_00000000000004C9.html">FastExcel Class</a><br />
|
||||
|
||||
|
||||
|
||||
<a href="topic_0000000000000493.html">FastExcel Namespace</a><br />
|
||||
<a href="topic_00000000000004AC.html">FastExcel Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user