This downloads only the visible part of the selected area. To download the full selected area we would need to work a bit more
IronCalc application
This is the front end deployed at https:://app.ironcalc.com
To build for production:
npm install
npm run build
A development build:
npm run dev