Can't you read the csv file from Django and express it on the web?

Asked 2 years ago, Updated 2 years ago, 16 views

I'd like to read the csv file using the dejango and deliver the print value to the html file to print it out as a web framework, is it possible?

python

2022-09-22 21:09

1 Answers

It's hard to answer in detail because the question is comprehensive. I'm not sure what it means to read the csv file and print it out as a web framework.

Are you talking about printing the contents of the csv on the browser? If so, see Outputing CSV with Django.


2022-09-22 21:09

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.