ryu_88
Disciple
Hello Programmers,
I have an objective I wish to achieve with the use of programming and could certainly use your help in knowing where to begin. My objective is simple - I will need to create a program into which I will feed an excel sheet containing attendance data of all students in a class (which is in a fixed format), and at the output I would like to receive "Attendance Summary Reports" for individual students - which are basically just word/pdf documents containing the student name, class, attendance % (all of which are available in the excel sheet) + start&end dates, total weeks, days (all of which I will be feeding into the program).
This will need to be a program which can either be used in windows as a GUI (or) a GUI program in Google Sheets since this will not be used by technical people. Regarding my own proficiencies, I know a bit of C and Python but not much else.
My question is - which path do you think would be easier/shorter to complete for a beginner in programming such as myself? Making a windows program which will achieve this from scratch? Or creating an appscript based GUI program in Google sheets? I am under the impression that I would have to learn new languages for either of these options.
Or might there exist other options which would help me achieve my task in a much simpler/beginner-friendly fashion?
Thanks in advance
I have an objective I wish to achieve with the use of programming and could certainly use your help in knowing where to begin. My objective is simple - I will need to create a program into which I will feed an excel sheet containing attendance data of all students in a class (which is in a fixed format), and at the output I would like to receive "Attendance Summary Reports" for individual students - which are basically just word/pdf documents containing the student name, class, attendance % (all of which are available in the excel sheet) + start&end dates, total weeks, days (all of which I will be feeding into the program).
This will need to be a program which can either be used in windows as a GUI (or) a GUI program in Google Sheets since this will not be used by technical people. Regarding my own proficiencies, I know a bit of C and Python but not much else.
My question is - which path do you think would be easier/shorter to complete for a beginner in programming such as myself? Making a windows program which will achieve this from scratch? Or creating an appscript based GUI program in Google sheets? I am under the impression that I would have to learn new languages for either of these options.
Or might there exist other options which would help me achieve my task in a much simpler/beginner-friendly fashion?
Thanks in advance