Skip to content

[Proposal]: Introduce schema support into Excel adapter #1863

@stloyd

Description

@stloyd

Describe the Proposal

Right now Excel adaptor doesn't allow passing Schema into the entry factory for every passed row, which can have quite big performance implications when reading bigger amounts of data.

Similar to: #1861

API Adjustments

Add to the ExcelExtractor:

    public function withSchema(Schema $schema) : self
    {
        $this->schema = $schema;

        return $this;
    }

So it can be passed further to array_to_rows()

Are you intenting to also work on proposed change?

Yes

Are you interested in sponsoring this change?

None

Integration & Dependencies

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions