[][src]Module zoozle::csv

For .csv files.

Structs

CsvSheet

Struct which stores .csv file data. You can get the data by "read_string()" or "read_numeric()". If you rewrite sheet by "rewrite()", call "apply()" to apply changes and output data to specified file.