Skip to main content

CellInfo

tw5-typed


tw5-typed / modules/utils/csv / CellInfo

Interface: CellInfo

Defined in: src/modules/utils/csv.d.ts:9

Information about a CSV cell.

Description

CSV 单元格的信息。

Properties

end

end: number

Defined in: src/modules/utils/csv.d.ts:10

The end index of the cell in the CSV string.


isQuoted

isQuoted: boolean

Defined in: src/modules/utils/csv.d.ts:11

Whether the cell is quoted.


start

start: number

Defined in: src/modules/utils/csv.d.ts:12

The start index of the cell in the CSV string.