EMU_to_pixels {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
EMU_to_pixels(value, ...)
value |
value |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
EMU_to_pixels(value = 10000L)
## End(Not run)