Csv::_detect_and_remove_sep_row_from_data()
Method: Support for Excel-compatible sep=? row.
Method: Support for Excel-compatible sep=? row.
Method: No description found
Method: getCollection Returns a Illuminate/Collection object This may prove to be helpful to people who want to create macros, and or use map functions
Method: Output Generate a CSV based string for output.
Method: Write to local file
Method: Encoding Convert character encoding
Method: Detect separator using a nonstandard hack: such file starts with the first line containing only “sep=;”, where the last character is the separator. Microsoft Excel is able to open such files.
Method: Auto Auto-Detect Delimiter: Find delimiter by analyzing a specific number of rows to determine most probable delimiter character
Method: Get total number of data rows (exclusive heading line if present) in CSV without parsing the whole data string.
Method: Parse File Read file to string and call _parse_string()
Method: Internal function to parse CSV strings to arrays.
Method: Create CSV data string from array
Method: No description found
Method: Load local file or string.
Method: Validate a row against specified conditions
Method: Validate a row against a single condition
Class: No description found
Method: Validates if the row is within the offset or not if sorting is disabled
Method: Constructor Class constructor
Method: Enclose values if needed – only used by unparse()