public void OnExportButtonClick() { File.WriteAllText(Application.persistentDataPath + '/' + DateTime.Now.ToString("dd_MM_yyyy_hh_mm_ss") + ".csv", m_Table.ToString()); }