读取单元格
<h1>功能</h1>
<p>将指定表格中单元格的值,读取为字符串。</p>
<h1><strong>输入</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>单元格</td>
<td>【字符串】指定要读取的单元格</td>
<td>'A1'</td>
</tr>
<tr>
<td>工作表名称</td>
<td>【字符串】工作表在工作簿中的名称</td>
<td>‘Sheet1’</td>
</tr>
</tbody>
</table>
<h1><strong>输出</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>结果</td>
<td>【字符串】输出单元格的值,创建字符串变量</td>
<td>{填入变量名称}</td>
</tr>
</tbody>
</table>
<h1><strong>注意/说明</strong></h1>
<p>1、使用该函数,需要和‘Excel应用程序范围’函数搭配。
2、使用该函数时,需要确保要操作的excel文件是处于关闭状态。</p>
<h1>相关函数</h1>
<p>无</p>
<h1><strong>示例/演示</strong></h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/5108dbc3ebefbc35d36dec971a1050e3" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/791e7a62c86a9f8c2f384ddc9f6bcdc8" title="[组件[读取单元格]_20210208.db">组件[读取单元格]_20210208.db</a></p>