Question: Q1) Develop a web application which opens the csv file and display all its data/fields in HTML table format. Use the first row of data
Q1)Develop a web application which opens the csv file and display all its data/fields in HTML table format. Use the first row of data in the csv file as your report headings (Table heading) and display all other rows in HTML Table Format
Q2) Modify the Q2 program as follow: Using a web form dialog, user can browse file and select the csv file User can select the list of available fields/columns from the file The selected fields' data will be displayed in HTML report
I have done the Q1
html: https://drive.google.com/file/d/1UZM_srISxDjvsbrKFix-00UU8JKCSXA5/view?usp=sharing
python: https://drive.google.com/file/d/1IfCsQWPVIP7MM24VNjTpiqPYB8LWZTZX/view?usp=sharing
sample csv file: https://drive.google.com/file/d/1dyJiAwJ1HGFBjWgufG0sKPJEI8EjiZfL/view?usp=sharing
Can anyone help me to do the Q2?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
