removeCell

removeCell

BASIC / ADVANCED / PREMIUM

Removes a cell from the Excel spreadsheet.

Description
public removeCell($position, $options = array())

This method allows to remove a cell.

Parameters

position

Cell position in the active sheet: A1, C3, AB7...

Code samples

Example #1

Release notes
  • phpxlsx 4.0:
    • new method.