Represents the content of a sheet in an Excel file.

Properties

content

content: (undefined | string | number | Date)[][];

The content of the sheet.


name

name: undefined | string;

The name of the sheet.