Access Web Datasheet in webApp

I am trying to write a web application in C # ASP.NET 3.5 and want to include a Microsoft Office Access spreadsheet in my application. I can not find an example on how to use it anywhere.

This is a kind of editing in the SharePoint grid, so I know that it is possible, I just can’t figure out how to implement it.

Any help would be greatly appreciated.

+3
source share
1 answer

Out of the box, I find this impossible. This similar question seems to confirm this. However, there are many alternatives for this.

Telerik, . , ?

+1

Source: https://habr.com/ru/post/1698572/


All Articles