Skip to content

ogyct/Number2Word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Number2Word

This library is based on sources for OpenOffice extension by Július Pastierik with his agreement http://www.openoffice.cz/doplnky/rozsirenie-pre-vkladanie-cisla-slovom

The entry point to this lib is through API class. It contains 2 methods: public String number2Word(String number, boolean firstCapitalLetter, boolean financial, Currency currency, Language lang)

Which allow to customize your output by setting currency, capital letter, spaces(financial flag) and language.

The second one is a simplified one: public String number2Word(String number, Language lang)

which will only output word in specified language without currency and other customizations.

Please, report any bugs you find: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published