I am showing data on handsontable now the requirement is export into XLS . As i couldn’t do that I did CSV but I could not heading for the csv . Can you help on this ? Either how to create XLS or how do i make the csv heading ?
Hi @linpap
Currently you can only export table as a .csv file and to enable headers you would need to configure this option in plugin settings by adding columnHeaders: true
(in default it’s false
).
docs: https://docs.handsontable.com/pro/1.7.1/demo-export-file.html