This Excel Add-in provides formulas to facilitate working with Cantonese romanization in Excel.
These formulas do their best to convert the parts that they understand and leave things alone that they do not understand. This should allow you to intersperse English or 中文字 with your romanization and have them pass through correctly.
You can install Cantonese for Excel directly from the Microsoft 365 Add-in Store. You can also install it from within Excel. The interface is slightly different between large and small screens.
- First, select the Insert tab on the Ribbon.
- Select Get Add-ins.
- First, select the Insert tab on the Ribbon.
- Select Add-ins.
- In the drop-down that appears, select Get Add-ins
- In the Office Add-ins pop-up window that appears, select STORE.
- In the search field of the pop-up window, type "Cantonese"
- Press the search button.
- Press the Add button.
- Press the Continue button in the confirmation screen.
- Congratulations! Cantonese for Excel is now installed!
Formula | Arguments | Description |
---|---|---|
CANTONESE.JYUTPINGTOYALE | string | Convert Jyutping to Yale |
Cell Contents | Details |
---|---|
=CANTONESE.JYUTPINGTOYALE("jyut6ping3") |
You may pass a string directly into this formula. |
=CANTONESE.JYUTPINGTOYALE(A1) |
You may pass a cell reference into this formula. |
- The input string for this function may contain any amount of text.
- The input string does not have to be exclusively Jyutping and may contain English, 中文字, punctuation, and more.
- Your Jyutping elements may be adjacent or space separated.
- The input string may contain capitalization.
- The output string is best effort. It will only transform things that it can confidently identify as Jyutping.
- Capitalization patterns are preserved, whether lower case, initial caps, or all caps.
The Cantonese for Excel Add-in is offered under the End-User License Agreement specified here.
The Cantonese for Excel Add-in does not collect or make use of any user information or data.
The Cantonese for Excel Add-in loads assets from Content Delivery Networks provided by Microsoft and GitHub's GitHub Pages product. Each of these providers may receive your IP address when those requests are made.
Portions Copyright Microsoft Corporation. See the license in .legal/Excel Custom Functions. (Specifically, anything blame
d to #e2f2839.)
The code in this repository is not licensed for reuse.
npm run stop
rm -rf dist
npm run build
npm run start
git checkout master
git clean -fdx
npm ci
npm version patch
npm run build
git branch -D gh-pages
git checkout --orphan gh-pages
git rm -r --cached ./
git add -f dist
git commit -m "Release"
git push -f --set-upstream origin gh-pages
git checkout -f master
git push origin master
This Excel Add-in enables transformation between different types of Cantonese romanizations. No testing accounts are required.
Testing:
=CANTONESE.JYUTPINGTOYALE("nei5hou2")
Expected Output:
"néihhóu"