Skip to content
Sheetwrite

Sheetwrite / Documentation

XlsxModelCell@sheetwrite/xlsx

Implementation-neutral cell in the first-sheet table export model.

Implementation-neutral cell in the first-sheet table export model.

Members 5

value
value: CellScalar;
style
style?: CellStyle;
numberFormat
numberFormat?: string;
columnSpan
columnSpan?: number;
rowSpan
rowSpan?: number;

Declaration

View full TypeScript declaration
export interface XlsxModelCell {
value: CellScalar;
style?: CellStyle;
numberFormat?: string;
columnSpan?: number;
rowSpan?: number;
}