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>FastExcel Constructor</title>
|
||||
<title>Cell Constructor</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">FastExcel Constructor</h1>
|
||||
<h1 class="title">Cell Constructor</h1>
|
||||
<p />
|
||||
|
||||
|
||||
<summary-info>/// Update an existing excel file stream
|
||||
<summary-info>/// Create a new Cell
|
||||
///</summary-info>
|
||||
|
||||
|
||||
@@ -102,12 +102,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_00000000000004B4.html">FastExcel(FileInfo, bool)</a>
|
||||
<a href="topic_00000000000004B6.html">Cell(XElement, Worksheet)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Update an existing excel file
|
||||
/// Create a new Cell
|
||||
///
|
||||
|
||||
</td>
|
||||
@@ -115,38 +115,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_00000000000004B5.html">FastExcel(FileInfo, FileInfo)</a>
|
||||
<a href="topic_00000000000004B5.html">Cell(int, object)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Create a new excel file from a template
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_00000000000004B6.html">FastExcel(Stream)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Update an existing excel file stream
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_00000000000004B7.html">FastExcel(Stream, Stream, bool, bool)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Create a new excel file from a template
|
||||
/// Create a new Cell
|
||||
///
|
||||
|
||||
</td>
|
||||
@@ -168,11 +142,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_00000000000004B0.html">FastExcel Class</a><br />
|
||||
<a href="topic_00000000000004AD.html">Cell 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