Insert local image
Function Prototype
int $row
cell row
int $column
cell column
string $localImagePath
picture path
double $widthScale
Scale the image X axis; the default is 1, maintaining the original width of the image; when the value is 0.5, the image width is 1/2 of the original image;
double $heightScale
Scale the image axis; the default is 1, keeping the original height of the image; when the value is 0.5, the image height is 1/2 of the original image;
example
Last updated