Hello!
I use LibreOffice Calc in order to create the timetable for my school. Some teachers are not available for some hours, which are denoted with the character “X” in the corresponding cells of the spreadsheet (timetable).
However, I need to enter these data (not available hours for each one of the teachers) in another application, which uses the xml format for its input file. The xml file carries many data and constraints, including the not available hours for each one of the teachers. So, saving the spreadsheet as a csv file does not work, since the xml file has completely different syntax and symbols (although the information is identical)!
What I need to do is write a script in order to “scan” the timetable of my school (the spreadsheet) and then create the xml file with the above mentioned data (with different syntax and symbols than the csv file).
Which programming language the best for this task in terms of simplicity and efficiency? Thanks a lot!