Does Syncfusion offer a spreadsheet control that can be used on Xamarin.Forms / Android / IOS? I see there's a data grid control that can be used, and that there are javascript controls for windows etc, but have been unable to find a control that looks as though it can be easily plugged in to a Forms project.
Essentially I'm trying to build an app that works with an industry standard spreadsheet setup, and allows creation / manipulation of said sheet on a mobile device. I have not found a control yet that is able to display a grid and input/output xlsx.
The needs list includes:
- Able to import XLSX
- Able to export XLSX
- Datagrid style display
- Able to select cells and modify content via other controls - eg buttons.
Thanks for any pointers in the right direction, or alternate ideas as to how to approach.