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
isQuoted
• isQuoted: boolean
Whether the cell is quoted.
Defined in
start
• start: number
The start index of the cell in the CSV string.