Excel.CellValue type

表示单元格中的值。

export type CellValue = (ArrayCellValue | BooleanCellValue | DoubleCellValue | EntityCellValue | EmptyCellValue | ErrorCellValue | LinkedEntityCellValue | ReferenceCellValue | StringCellValue | ValueTypeNotAvailableCellValue | WebImageCellValue) & CellValueExtraProperties;

注解

[ API 集:ExcelApi 1.16 ]

通过以下链接详细了解此类型别名中的类型。

Excel.ArrayCellValueExcel.BooleanCellValueExcel.DoubleCellValueExcel.EntityCellValueExcel.EmptyCellValueExcel.ErrorCellValueExcel.LinkedEntityCellValueExcel.ReferenceCellValueExcel.StringCellValueExcel.ValueTypeNotAvailableCellValueExcel.WebImageCellValueExcel.CellValueExtraProperties