Skip to main content

tw5-typed / modules/utils/csv / CellInfo

Interface: CellInfo

modules/utils/csv.CellInfo

Information about a CSV cell.

Description

CSV 单元格的信息。

Table of contents

Properties

Properties

end

end: number

The end index of the cell in the CSV string.

Defined in

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


isQuoted

isQuoted: boolean

Whether the cell is quoted.

Defined in

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


start

start: number

The start index of the cell in the CSV string.

Defined in

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