The constructor takes a path to future CSV-file and two-dimensional array as the initiating table.
Path to file for saving CSV table. The existence of the file, as well as its contents, do not matter.
2D array with content for the CSV file.
See Implementation
The constructor takes a path to future CSV-file and two-dimensional array as the initiating table.