Skip to content

0.4.2

Choose a tag to compare

@zbryikt zbryikt released this 16 May 16:36
· 6 commits to master since this release
  • Add forceText option to force all cells in XLSX output to be text type
    • Prevents Excel from automatically converting data types
    • Works with toXlsx, toBlob, toHref, and download methods when using XLSX format
    • Usage: csv4xls.toBlob(data, {format: 'xlsx', forceText: true})