I have some Sheets, selected columns of which need to be exportable as CSVs.
I found the gviz URL API and it does exactly what I want except for one thing. I want to be able to assign a name to the CSV file that is returned. My URL syntax is https://docs.google.com/spreadsheets/d/{sheet-id}/gviz/tq?tqx=out:csv&sheet=MySheet&range=A:L&outFileName=override.csv Everything works but the outFileName parameter; the returned sheet is always named data.csv. I learned of the outFileName parameter in Implementing the Chart Tools Datasource Protocol (V0.6) <https://developers.google.com/chart/interactive/docs/dev/implementing_data_source> . Where am I going wrong? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com. To post to this group, send email to google-visualization-api@googlegroups.com. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/ad9a034e-7445-49dd-bbd1-e92be7b3e12a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.