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