Viewing 1 replies (of 1 total)
  • I had missing headers too. Instead of the one suggestion, and your example:
    csv_headers="1"

    Per the release notes, I added the statement without the quotes:
    csv_headers=1
    and it works for me.

    My entire shortcode:
    [gdoc key="https://docs.google.com/spreadsheets/d/xxxxxx/edit#gid=yyyyyy" query="select A,B,C,D,E,F,G" datatables_paging="false" datatables_order='%5B%5B 0, "desc"%5D ,%5B 4, "asc" %5D%5D' datatables_dom=”lfrtip” csv_headers=1]

Viewing 1 replies (of 1 total)
  • The topic ‘csv_headers = “1” doesn’t work’ is closed to new replies.