EMU_to_pixels {xlcharts} | R Documentation |
EMU_to_pixels
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.units.html
Usage
EMU_to_pixels(value, ...)
Arguments
value |
value |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
EMU_to_pixels(value = 10000L)
## End(Not run)
[Package xlcharts version 0.0.2 Index]