Skip to content

Exception 'PhpOffice\PhpSpreadsheet\Exception' with message 'Sheet does not exist.'  #4192

@xjcallen

Description

@xjcallen

$excel = IOFactory::load("abc.xlsx");
$sheet1 = clone $excel->getSheet(0);
$sheet1->setCellValue('A1','1111111111111');
$excel->addSheet($sheet1);

企业微信截图_20241016200007

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