Export to csv range parameters

Tags: #<Tag:0x00007f8b267347c8>

As per the documentation in below link:
https://handsontable.com/docs/2.0.0/demo-export-file.html
// data range in format: [startRow, endRow, startColumn, endColumn]
but works for me when the order is:
// data range in format: [startRow, startColumn, endRow, endColumn]

Can you please confirm?

Hey @RajDev

you are using older version of Handsontable. This has been fixed over time https://handsontable.com/docs/7.2.2/demo-export-file.html

src https://handsontable.com/docs/7.2.2/demo-export-file.html