Exporting to Excel spreadsheets

As others do not see what would happen during the remote access, yet they could benefit from a decent description of the problem plus eventually a possible solution, I would rather deal with the problem in the public forum.

So, the following questions should preferably be answered with "yes" or need a description what happened instead:

  1. Have you selected the files for which you want to get the export?
  2. Have you pressed Ctrl+E?
  3. Did the list of export scripts open?
  4. Did you select the script with the name "csv"?
  5. Did you click on the "edit" button?
  6. Did a text editor window open that shows a text starting with $filename(csv,utf-16)?
  7. Did you replace the string
    $loop(%_filename_ext%)%title%;%artist%;%album%;%track%;%year%;%_length_seconds%;%_file_size%;%_file_mod_date%;%_folderpath%;%_filename_ext%;
    with $loop(%_filename_ext%)%title%;%artist%;%album%;%track%;%year%;%_length%;%_file_size%;%_file_mod_date%;%_folderpath%;%_filename_ext%;%genre%;%comment%;%bpm%;%_bitrate%?
  8. Did you save the modfied export script?
  9. Did you close the text editor?
  10. Did you click OK to execute the script?
  11. Did you check the output in Excel?
  12. Was it OK?