原文:excel中文转成拼音字母(包括首字母大写)

参考文献: .首字母大写:http: www.excelpx.com thread .html 里面下载一个excel,里面有宏 中文转拼音: .http: blog.sina.com.cn s blog bca n c .html 之前用过可行 .http: www.gaohaipeng.com .html 这个博主说上面的不能完美转换,找了另外的 操作过程 参考文献 中的函数 普通输出: ch ...

2013-12-19 17:17 0 24847 推荐指数:

查看详情

excel 获取中文拼音首字母

excel 获取中文拼音首字母 CreateTime--2018年5月31日08:50:42 Author:Marydon 1.情景展示   想要获取姓名的拼音首字母 2.实现方式   通过使用excel的宏命令来实现   第一步:开启宏命令 ...

Thu May 31 17:13:00 CST 2018 0 9009
Excel 提取姓名拼音首字母

Option Explicit Function PY(TT As String) As Variant '自定义函数,目的:把一组汉字变为一组汉字拼音的第一个字母。 Dim i%, temp$ PY = "" For i = 1 To Len(TT ...

Mon Sep 06 23:39:00 CST 2021 0 110
Js中文排序(拼音首字母

演示地址:http://lar5.sinaapp.com/ 1.index.html <html xmlns="http://www.w3.org/1999/xhtml"><head> <title>中文首字母排序</title> < ...

Tue Jul 28 21:12:00 CST 2015 0 6238
android 汉字,拼音和英文返回大写首字母

从源码里拷贝出来转换类,然后封装了一下. 首先是源码里面的转换代码,其中修改了一点——源码中获取实例方法中,会先判断手机支持的locale中是否包含locale.china,如果支持才会生成实例。在 ...

Sat Jan 23 00:55:00 CST 2016 0 3104
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM