points_to_pixels
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
Usage
points_to_pixels(value, dpi = 96L, ...)
Arguments
value
|
value |
dpi
|
dpi |
…
|
Additional arguments, i.e. kwargs. |
Value
A numeric value.
Examples
library("xlcharts")
points_to_pixels(value = 1L)