FUniverRangePreprocessMixin

GitHubEdit on GitHub
packages@univerjs-pro/range-preprocess

APIs

getPreprocessRanges

Get all preprocess range information

Signature

getPreprocessRanges(responseDataMode?: string): Record<string, ITableJson[]>

Returns

  • (Record<string, ITableJson[]>) — All preprocess range information

Examples

const fWorkbook = univerAPI.getActiveWorkbook()
const allTableInfo = fWorkbook.getPreprocessRanges()
console.log('debugger allTableInfo', allTableInfo)

Table of Contents

Capalyze