Skip to content

Excel export

Martijn Vermaat requested to merge excel-export into master
  • Basic Excel file writing.
  • File downloader.
  • Write all columns, including custom columns.
  • Correct datatypes (what are the weird ' characters prefixing our string values?)
  • Should the writer return a binary string or an array buffer?

Merge request reports