function table_getSelectedCellRangesData<TFeatures, TData>(table): unknown[][][];Defined in: features/cell-selection/cellSelectionFeature.utils.ts:905
Returns each selected range's values as a row-major grid.
This is the raw material for clipboard export. Serializing it to text is left to userland, since the delimiter, the null representation, and whether values containing delimiters get quoted are all application decisions.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
unknown[][][]
const [firstRange] = table_getSelectedCellRangesData(table)