datopian/data-api

XLSX response format for read API

Closed this issue · 1 comments

When I have selected the data I want in the Build Report I want to be able to download in XLSX format so that I can use it easily in my tools e.g. Excel

Acceptance

  • I can make a query to build report API and indicate that I want results returned in xlsx (or excel?)
  • The results are returned in xlxs format

Tasks

  • Design the API structure - same as for CSV #5
  • Implement xlsx format option with conversion to xlsx from JSON response
    • Basic test

Analysis:

See CSV related issue

Functionality implemented and tested in the Merged code feature/downloads PR #20