Skip to content

Getting value of empty cell dies #8

@zaucker

Description

@zaucker

Calling .value on a empty cell dies with

Method 'sync-value-xml' must be implemented by Spreadsheet::XLSX::Cell because it is required by roles: Spreadsheet::XLSX::Cell.

Repro:

use Spreadsheet::XLSX;
my $work-book  = Spreadsheet::XLSX.new;
my $work-sheet = $workbook.create-worksheet('Test');
my $value = $work-sheet.cells[0;0].value;

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