powered by
Image in a spreadsheet. You must have the Pillow Python library installed, which can be installed using `install_pillow()`.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.image.html
Image(img, ...)
An openpyxl Python object.
img
Additional arguments, i.e. kwargs.
if (FALSE) { install_pillow() image_path <- system.file('extdata/logo.png',package='xlcharts') Image(img = image_path) }
Run the code above in your browser using DataLab