Excel.ReferencedValue type
表示单元格中的值。
export type ReferencedValue = ArrayCellValue | EntityCellValue | RootReferenceCellValue | DoubleCellValue | StringCellValue | BooleanCellValue;
注解
通过以下链接详细了解此类型别名中的类型。
Excel.ArrayCellValue、 Excel.EntityCellValue、 Excel.RootReferenceCellValue、 Excel.DoubleCellValue、 Excel.StringCellValue、 Excel.BooleanCellValue