Skip to contents

Create a data frame for representing a rectangular range of cells in an Excel file. This is useful for adding blank cells that do not get read in by `xlsx_cells`.

Usage

cell_block(cells_data)

Arguments

cells_data

Data read in using `xlsx_cells`, or just any data frame with integer columns `row` and `col`.