sheetex - v1.3.0
    Preparing search index...

    Type Alias DataRow

    DataRow: DataCell[]

    数据行

    数据行是数据单元格组成的数组

    const row1 = ['hello', 82];
    const row2 = [{value: 'hello', style: 'bold'}, 'world'];