CBR
Connects Fixer API for inserting the current and historical foreign exchange (forex) rates into the document.
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 the cell.
- Open the Plugins tab and press cbr.
- The current and historical exchange rates will be inserted below, starting from the selected cell.
Repository on GitHub: https://github.com/ONLYOFFICE/sdkjs-plugins/tree/master/cbr.
- config.json, index.html, and cbr.js
- Icons
- Third-party services:
- jQuery - a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. License: MIT License.
- jQuery UI - a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice. License: MIT.
- Fixer is a free API for current and historical foreign exchange rates published by the European Central Bank. License: MIT License.
{
"name" : "cbr",
"guid" : "asc.{5F9D4EB4-AF61-46EF-AE25-46C96E75E1DD}",
"variations" : [
{
"description" : "cbr",
"url" : "index.html",
"icons" : ["resources/img/icon.png", "resources/img/icon@2x.png"],
"isViewer" : false,
"EditorsSupport" : ["cell"],
"isVisual" : false,
"initDataType" : "none",
"initData" : "",
"buttons" : []
}
]
}
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.