【說明】
版本:excel 2010
檔案字尾:.xls
有在.xlsb檔案下使用未成功。建議使用.xls字尾。
1、調出「開發工具」
步驟:檔案-->選項-->自定義功能區-->勾選「開發工具」-->確定
2、開發工具-->visual basic
開發vb應用
3、插入--> 模組
在插入模組的編輯器,空白處貼上如下**
4、然後儲存,如果出現如下提示,點選「確定」,然後關閉vb編輯器
5、關閉vb後,就可以在excel中測試看是否成功能,函式和使用微軟自帶函式一樣使用。
效果如下
獲取文字或者段落的拼音演算法
public class handict catch ioexception e 獲取漢字筆畫,如 大 的筆畫為 134 12345 對應 橫豎撇捺折 param str 單個漢字 return string public static string getbh string str return ...
ORACLE獲取中文字串拼音首字母
oracle漢字轉拼音 獲得全拼 拼音首字母 拼音擷取等 效果如下 oracle 字符集 gbk 沒有問題 utf 8 需要修改一下 sql oracle漢字轉拼音 package 1.獲得全拼 www.2cto.com select gethzpy.gethzfullpy 漢字 from dual...
PHP獲取中文字元拼音首字母
name php獲取中文字元拼音首字母 param str return null string public function getfirstcharter str fchar ord str if fchar ord a fchar ord z s1 iconv utf 8 gb2312 st...