Menu

#347 Export to Excel

General
open
nobody
None
4
2024-12-13
2024-11-29
Anonymous
No

How can I export my list of songs to Excel, or as a csv file?

Discussion

  • SvA

    SvA - 2024-12-13

    There is no excel export in OpenSong.

    You can try to print the TOC (from the File menu) to a PDF or XPS printer and then try to select, copy and paste the text from the created document to excel.

    Also, Songs are saved as individual files by the name of the song, without a file extension. So, you can create a list of songs from a shell or some other program which can create lists of files.

    for example you can use
    dir /b
    from OpenSong\Songs as your working dir
    or, if you have subfolders and want to strip these
    for /R . %S IN (*) DO @ECHO %~nS

    If you need the contents of the Title text box of a song, rather than it's name as it appears in the list of songs, you can extract that using some xml tool (song files are xml files). I have used xmllint from the libxml2 package and xml starlet in the past to extract ccli reporting data from set and song files in the past (and to prepare the songs for use in OpenSongApp and Worshipper on Android). You need to be somewhat comfortable using command line tools from some shell.

     
  • Anonymous

    Anonymous - 2024-12-13

    Thanks very much for this. I will certainly try it. Any chance of adding an export in the future?

    Regards
    Hein Zentgraf

     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB