- getColumnOfNumbers(String, int) - Static method in class VCSVLocal
-
Returns an array of numbers that exist in a certain column of a CSV file.
- getColumnOfStrings(String, int) - Static method in class VCSVLocal
-
Returns an array of data that exists in a certain column of a CSV file.
- getNumCols(String) - Static method in class VCSVLocal
-
Returns the number of columns that contain data in a CSV file.
- getNumRows(String) - Static method in class VCSVLocal
-
Returns the number of rows that contain data in a CSV file.
- getRowOfNumbers(String, int) - Static method in class VCSVLocal
-
Returns an array of numbers that exist in a certain row of a CSV file.