v1.1.6

gristlabs/grist-corev1.1.6Oct 19, 2023by georgegevoian

AI Summary

Updates to CSV and XLSX export endpoints allow customizing headers, and the API now supports numeric table IDs.

Key Highlights

  • New `header` parameter for CSV/XLSX endpoints.
  • Numeric table IDs now supported for the `tableId` parameter.

New Features

  • Custom headers for CSV and XLSX exports.
  • Numeric table IDs support in API.

Full Release Notes

Highlights:
 * New `header` parameter for the `/download/csv` and `/download/xlsx` endpoints, allowing you to specify whether to use column ids or labels for headers. Thanks @fflorent!
 * Numeric table ids are now supported for the `tableId` parameter in the API. Thanks @CamilleLegeron!
 * Misc. bug fixes.