Resolved How to render .csv in browser

dviolante

New Pleskian
Hello, i want to know what do i have to do to make a .csv file be rendered in browser instead of being downloaded.
I tried in my domain at Apache & nginx Settings / Common Apache settings / MIME types / Custom i added this mime types without success

text/csv-schema .csv
text/csv .csv
application/csv .csv
text/x-csv .csv
application/x-csv .csv
text/x-comma-separated-values .csv
text/comma-separated-values .csv

I know it is possible, but i dont know why, any help with this?
Thanks
 
I tried the exact measurement, but it still didn't work for me. I would still appreciate it if there was a way to see data from my CSV in Google files while using code and PHP. I'm not sure if I will be able to, but I thought it's worth asking. Maybe it's a silly question. It's just that I'm relatively new to everything that has to do with coding and programming and I even had to check import2.com to get a proper idea of how to even open a CSV file. This site is actually very convenient because it explains in detail with really simplistic terms everything related to this kind of files.
 
Last edited:
Back
Top