Excel.CellValue type
表示单元格中的值。
export type CellValue = (ArrayCellValue | BooleanCellValue | DoubleCellValue | EntityCellValue | EmptyCellValue | ErrorCellValue | FormattedNumberCellValue | FunctionCellValue | LinkedEntityCellValue | ReferenceCellValue | StringCellValue | ValueTypeNotAvailableCellValue | WebImageCellValue) & CellValueExtraProperties;
注解
通过以下链接详细了解此类型别名中的类型。
Excel.ArrayCellValue、 Excel.BooleanCellValue、 Excel.DoubleCellValue、 Excel.EntityCellValue、 Excel.EmptyCellValue、 Excel.ErrorCellValue、 Excel.FormattedNumberCellValue、 Excel.FunctionCellValue、 Excel.LinkedEntityCellValue、 Excel.ReferenceCellValue、 Excel.StringCellValue、 Excel.ValueTypeNotAvailableCellValue、 Excel.WebImageCellValue、 Excel.CellValueExtraProperties