Wordify is an open source Excel Plugin that allows you to convert a numeric value to a plaintext words for usage in receipts, invoices or any documents requiring human redable input.
The plugin currenty handles output in 7 languages with 7 currencies and values up to 2 decimal points.
The plugin adds two new methods to your Excel environment
WORDIFY(number)
- taking in the numeric value and converting it to the same value expressed in words
WORDIFYWITHLANGUAGEANDUNIT(number, lang, unit)
- allowing for conversion of the number to words in specific language with specific unit.
- English [en]
- Chinese [cn] 中文
- German [de] Deutsch
- Japanese [jp] 日本語
- Polish [pl] Polski
- Russian [ru] Русский
- Spanish [es] Español
*Currently supported units are dollars USD
, euro EUR
, pounds GBP
, yen JPY
, zloty PLN
, CNY
yuan, and RUB
rubles and MXN
pesos)
The processing is done remotely on a server which also hosts the demo available here
The processing on the server is done by an exquisite Golang library: humango
The plugin is provided in a standard XLAM format.
The instruction on installation procedure for Excel plugins can be found here: