Simple implementation of CSV export.
This commit is contained in:
@ -17,6 +17,7 @@ class FileHandler {
|
||||
|
||||
/// CSV
|
||||
static QList<ModelItemValues> getItemValuesFromCSVFile(const QString& filePath);
|
||||
static bool exportToCSVFile(const QList<QStringList>& rows, const QString& filePath);
|
||||
|
||||
private:
|
||||
explicit FileHandler();
|
||||
|
||||
Reference in New Issue
Block a user