Skip to content

Add new feature for method removeRow of Worksheet object which skips checks to speedup execution #4343

Open
@bees4ever

Description

@bees4ever

Dear Team,

first of all. Thank you for this awesome library ❤ ! I like it.

I would like to add an feature request.

As shown in the image attached I execute the removeRow method of an worksheet object, like:$worksheet->removeRow($startEmptyIndex, 12836);

As discussed in other thread, the function internally run some check before deleting a cell / row.

Image

I would like to ask if you could add another parameter which calls something like: $integrityCheck. Default value is true and on case false all these integrity checks are skipped and the remove will just run. This could speed up a deletion of a big range.

What do you think?

Regards
Ben

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