Convert Chinese characters to Hanyu Pinyin in Google Sheets
You can get started in 3 easy steps:
- In Google Sheets, open your Apps Script Editor
Extensions > Apps Script
. - Copy and paste the contents of
motet-hanyupinyin.gs
into aCode.gs
file. Save the file. - Return to the Google Sheets spreadsheet and start to enter the formula:
=MOTET_HANYUPINYIN(
There is exactly one FORMULA in this Google Sheets add-on.
=MOTET_HANYUPINYIN(text)
- text:
汉语拼音
- Output:
han4 yu3 pin1 yin1
- MIT License
- https://opensource.org/license/mit