🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
<table style="width:100%; border:none; border-spacing:0px;"> <tr style="text-align:left;vertical-align:middle;"> <td style="vertical-align:middle; height:35px; background-color:#6ab5ff; padding:0px;"><p><span style="font-size: 14pt; font-weight: bold; color: #ffffff;"> &nbsp;功能名称</span></p> </td> </tr> <tr style="text-align:left;vertical-align:top;"> <td style="vertical-align:top; padding:0px;"><p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; 名称:统一删字符</p> <p> &nbsp; &nbsp; &nbsp; <img src="http://www.office-cn.net/t/exaddin/delchars.jpg" width="244" height="103" alt="DelChars" style="border:none" /></p> </td> </tr> <tr style="text-align:left;vertical-align:top;"> <td style="vertical-align:top; padding:0px;"><br /> </td> </tr> <tr style="text-align:left;vertical-align:middle;"> <td style="vertical-align:middle; height:35px; background-color:#6ab5ff; padding:0px;"><p><span style="font-size: 14pt; font-weight: bold; color: #ffffff;"> &nbsp;功能描述</span></p> </td> </tr> <tr style="text-align:left;vertical-align:top;"> <td style="vertical-align:top; padding:0px;"><p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; 该功能可以统一删掉选定单元格中的字符。</p> </td> </tr> <tr style="text-align:left;vertical-align:top;"> <td style="vertical-align:top; padding:0px;"><br /> </td> </tr> <tr style="text-align:left;vertical-align:middle;"> <td style="vertical-align:middle; height:35px; background-color:#6ab5ff; padding:0px;"><p><span style="font-size: 14pt; font-weight: bold; color: #ffffff;"> &nbsp;使用帮助</span></p> </td> </tr> <tr style="text-align:left;vertical-align:top;"> <td style="vertical-align:top; padding:0px;"><p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; <span style="font-size: 12pt; font-weight: bold;">GIF动画演示</span>:</p> <p> &nbsp; &nbsp; &nbsp; <img src="http://www.office-cn.net/t/exaddin/33.gif" width="811" height="619" alt="33" style="border:none" /></p> <p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; 使用步骤:</p> <p> &nbsp; &nbsp; &nbsp; 1、选择要统一删字符的单元格区域;</p> <p> &nbsp; &nbsp; &nbsp; 2、点击菜单:统一删字符 ,将弹出一个对话框</p> <p> &nbsp; &nbsp; &nbsp; <img src="http://www.office-cn.net/t/exaddin/delchars_form.jpg" width="473" height="405" alt="DelChars_Form" style="border:none" /></p> <p> &nbsp; &nbsp; &nbsp; </p> <p> &nbsp; &nbsp; &nbsp; 该功能提供了两种删除的方式,一种是指定内容,一种是指定位置。</p> <p> &nbsp; &nbsp; &nbsp; 另外,我们还可以从右边的预览框看到删除的效果。</p> <p> &nbsp; &nbsp; &nbsp; 设置完毕之后,点击确定按钮即可删除。</p> <p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; <span style="font-size: 12pt; font-weight: bold;">示例1:指定内容删除,有公式的单元格也处理</span></p> <p> &nbsp; &nbsp; &nbsp; 现有这么一个订单表,需要删除编号中的数字1</p> <p> &nbsp; &nbsp; &nbsp; <img src="http://www.office-cn.net/t/exaddin/delchars_data.jpg" width="447" height="416" alt="DelChars_Data" style="border:none" /></p> <p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; 其中有部分编号是使用了公式。</p> <p> &nbsp; &nbsp; &nbsp; 选中区域 A2:A20。</p> <p> &nbsp; &nbsp; &nbsp; 再点击菜单“<span style="font-weight: bold;">统一删字符</span>”,如下设置对话框。</p> <p> &nbsp; &nbsp; &nbsp; <img src="http://www.office-cn.net/t/exaddin/delchars_select.jpg" width="806" height="433" alt="DelChars_Select" style="border:none" /></p> <p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; 其中,选项“<span style="font-weight: bold;">包含公式的单元格也处理</span>”要勾选,才会处理带有公式的单元格。</p> <p> &nbsp; &nbsp; &nbsp; 处理方式选择指定内容删除,内容写“1”,如右侧预览框可以看到效果。</p> <p> &nbsp; &nbsp; &nbsp; 再点击确定按钮,即可得到下方的结果:</p> <p> &nbsp; &nbsp; &nbsp; <img src="http://www.office-cn.net/t/exaddin/delchars_result.jpg" width="430" height="420" alt="DelChars_Result" style="border:none" /></p> <p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; <span style="font-weight: bold; color: #ff0000;">注意</span>:在指定内容删除的方式,若一个单元格有多个一样的内容,也会删除。</p> <p>&nbsp;</p> <p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; <span style="font-size: 12pt; font-weight: bold;">示例2:删除后2位</span></p> <p> &nbsp; &nbsp; &nbsp; 现有一个订单表,需要删除编号一列中每个编号的后2位。</p> <p> &nbsp; &nbsp; &nbsp; <img src="http://www.office-cn.net/t/exaddin/delchars_data2.jpg" width="403" height="414" alt="DelChars_Data2" style="border:none" /></p> <p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; 选中区域 A2:A20,点击菜单“<span style="font-weight: bold;">统一删字符</span>”弹出对话框,设置如下:</p> <p> &nbsp; &nbsp; &nbsp; <img src="http://www.office-cn.net/t/exaddin/delchars_form2.jpg" width="743" height="426" alt="DelChars_Form2" style="border:none" /></p> <p>&nbsp;</p> <p> &nbsp; &nbsp; &nbsp; &nbsp;从预览对比可以看出,确实是删除后2位字符。再点击确定按钮,即可得到结果。结果如下:</p> <p> &nbsp; &nbsp; &nbsp; <img src="http://www.office-cn.net/t/exaddin/delchars_result2.jpg" width="407" height="417" alt="DelChars_Result2" style="border:none" /></p> </td> </tr> </table>