Skip to content

SonephetR2/custom-libreoffice-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Custom LibreOffice Calc functions

StripPinyin

This code defines a function called StripPinyin which takes a string argument and returns a modified version of the string with pinyin tones removed.

It can be called from within another macro or function, or from a cell in a Calc spreadsheet by using the formula =StripPinyin("pinyin string").

For instance =StripPinyin("Wǒ mǎshàng jiù huílái.") will yield "Wo mashang jiu huilai."

Use

Simply import StripPinyin.bas as a macro in LibreOffice Calc (should also work on Excel and Google Sheets).

About

Custom LibreOffice Calc functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages