API
Name | Description |
---|---|
Read CSV | Read the contents of the entire table and return a two-dimensional array in row order |
Read CSV Row | Read a row of the table and return an array |
Read CSV Column | Read the contents of a column in a table and return an array |
Read CSV Cell | Read the content of a table cell |
Read CSV Cell By Name | Read the content of a cell in a table by row number and column name |
Read CSV Row By Key | Find the specified row by column number and cell value |
CSV Column Name To Int | Get column number by column name |