Hi,
I want to display the content of an Excel workbook on a page in a MAUI app. Therefore I would like to know which control is the most suitable for this?
As far as I see, the data grid is to limited in formatting cells and building everything from scratch with some layout control is way too much work.
In an UWP app I have used the Excel like Grid and it worked like a charm. Now I'm looking for a control that I can use to build at least a similar presentation of an Excel sheet. Input into a cell can be handled in a separate control but it should be possible to render most of the cell properties (colors, fonts, sizes) and formulas.
Any suggestions or sample code how to achieve the best Excel like representation in my app?
Kind regards
Frank