amalthea v1.7.1 (2024-06-17T18:53:52Z)
Dub
Repo
CSV.createTable
amalthea
csv
CSV
The two-dimensional array will be used as the content of the CSV table.
void
createTable
(string[][] table)
struct
CSV
void
createTable
(
string
[][]
table
)
void
createTable
(string[] keys, string[][] table)
Meta
Source
See Implementation
amalthea
csv
CSV
aliases
deleteRowByField
constructors
this
functions
addRow
createTable
deleteRowByKeyAndValue
getArrayOfRowMaps
getRowMapByField
getTable
getValueOfField
rewrite
setValueOfField
writeTo
variables
headersOfColumns
The two-dimensional array will be used as the content of the CSV table.