Num2Word
Converts a number into a word (a number written as a string).
Plugin type: non-visual, non-system.
Supported editors: spreadsheets.
Download this plugin from GitHub and install it following the
desktop, on-premises,
or cloud installation instructions.
- Select any number.
- Open the Plugins tab and press num2word.
- The number will be converted into a string in Russian and inserted into the cell below.
Repository on GitHub: https://github.com/ONLYOFFICE/sdkjs-plugins/tree/master/num2word.
- config.json, index.html, and num2word.js
- Icons
{
"name" : "num2word",
"guid" : "asc.{902F74A4-89F2-4028-8DB0-BD913E07335C}",
"variations" : [
{
"description" : "num2word",
"url" : "index.html",
"icons" : ["resources/img/icon.png", "resources/img/icon@2x.png"],
"isViewer" : false,
"EditorsSupport" : ["cell"],
"isVisual" : false,
"initDataType" : "text",
"initData" : "",
"buttons" : [],
"initOnSelectionChanged" : true
}
]
}
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.