Exporting comma separated checkbox value

Hi,
I am exporting to an excel file (phpmker 2024) and missing the values of comma separated columns.
The columns name is “Researchers (Varchar 255)” and the content is “302, 303, 319, 323”.
All other columns are filled but for Reserachers column is just empty.
Any idea?
mpol_ch

  1. Is it a lookup field? If so, make sure the lookup table settings in your project are still valid and there should be no spaces after commas in the database values.
  2. Are you using the PhpSpreadsheet extension?
  3. If you want to export the display values, make sure you have not enabled “Export original values”.