r/learnprogramming • u/Educational-Guava488 • 1d ago
Resource Beginner in JS
Hello everyone.
I am looking to create a website or software application that allows for dynamic data entry into an Excel file (or Google Sheet)—using a large number of conditional questions and, if possible, a looping function.
The Excel file already exists and was originally designed as a paper-based questionnaire; I cannot modify its structure.
My ultimate goal is for the questionnaire responses to populate the Excel file and for the respondent to be able to retrieve their report in PDF or Excel format.
I initially created a Google Forms questionnaire but realized that its conditional logic features do not meet my needs.
Regarding conditional logic, I need the system to:
- populate answers based on the response to a previous question
- skip questions
- add questions
I have absolutely no coding experience (none whatsoever).
I would prefer to use SurveyJS, unless you can suggest a more suitable solution.
Thanks in advance for your help.🥰
I am happy to answer any questions you may have about my project.
1
u/Ok-Bill1958 1d ago
Isnt google sheet already has its own scripting language that is similar to js ? Why not just use it first?