Currently, the data defaults to CSV files, and an expansion into excel files is warranted for user data processing.
However, for excel there is a limit on how many characters a cell can have (https://superuser.com/questions/1605656/when-importing-csvs-does-excel-have-a-limit-of-32-767-characters-or-32-758-char) which will require splitting the current columns to accommodate the max cell amount.
Currently, the data defaults to CSV files, and an expansion into excel files is warranted for user data processing.
However, for excel there is a limit on how many characters a cell can have (https://superuser.com/questions/1605656/when-importing-csvs-does-excel-have-a-limit-of-32-767-characters-or-32-758-char) which will require splitting the current columns to accommodate the max cell amount.