Skip to content

Inserting Image into a Cell #4241

@wjycoder

Description

@wjycoder

Inserting images fails without any error messages since version 1.29.2. However, version 1.29.1 works normally

$filename = "path_to_file.jpg";
$drawing = new Drawing();
$drawing->setWorksheet($worksheet);
$drawing->setPath($filename);
$drawing->setResizeProportional(true);
$drawing->setCoordinates('A2');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions