Symptoms
Needing a view that looks like an excel spreadsheet.
Diagnoses
It's possible to get a similar look as a list view with editing enabled and some custom styling.
Resolution
- Edit the list view.
- Select a column and in it's properties window, change the width to 99%.
- In the properties window, click the elipses next to 'Styles'
- Select a border with 1px, and click the completely bordered box 'Outside Border' icon
Repeat this process for all the columns. It's not an exact grid, but it's the closest thing to an excel look. You can customize even more with CSS and JavaScript, but that's getting outside the realm of out-of-the-box Appit functionality.