Excel.CellValue type
セル内の値を表します。
export type CellValue = (ArrayCellValue | BooleanCellValue | DoubleCellValue | EntityCellValue | EmptyCellValue | ErrorCellValue | LinkedEntityCellValue | ReferenceCellValue | StringCellValue | ValueTypeNotAvailableCellValue | WebImageCellValue) & CellValueExtraProperties;
注釈
この型エイリアスの型の詳細については、次のリンクを参照してください。
Excel.ArrayCellValue、Excel.BooleanCellValue、Excel.DoubleCellValue、Excel.EntityCellValue、Excel.ErrorCellValue、Excel.LinkedEntityCellValue、Excel.ReferenceCellValue、Excel.StringCellValue、Excel.ValueTypeNotAvailableCellValue、Excel.WebImageCellValue、Excel.CellValueExtraProperties