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