While Exporting the handsontable additional one column empty is exporting

Tags: #<Tag:0x00007f8b2609fb60>

Please help to remove empty column in exported file

Hi @vedaselvaraj27,
Could you share a demo? You can fork the following jsfiddle: https://jsfiddle.net/7tgqjn82/

Hi @piotr.laszczkowski

This is my exported file looks like , I am getting a additional column while exporting

image

Do you have some hiddenColumn in your instance settings @vedaselvaraj27? And do you use exportHiddenColumns within the export to file plugin?

@aleksandra_budnik Yes I have hidden columns and while exporting I added exporthiddencolumns:true

Still I face a empty column before in exported file

and does the getData() return an array with that empty column?

I removed other attributes in export and only used

 columnHeaders: true,
columnDelimiter: ",",
filename: "file",
range: [0, 1, 8, 10]

First empty column is removed and it works fine

You can close this ticket!