function table_getSelectedCellRangesData<TFeatures, TData>(table): unknown[][][];Defined in: features/cell-selection/cellSelectionFeature.utils.ts:914
Returns each final positive region'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)