MS Excel-like web app

Arshad Nazeer 21 Reputation points
2022-10-11T08:01:13.373+00:00

Hi.

How to build MS Excel Spread Sheet like web app?
How to design the cells of the sheets?
How to save data from the cells of the sheets?

Thanks!

Developer technologies ASP.NET Other
{count} votes

1 answer

Sort by: Most helpful
  1. Lan Huang-MSFT 30,186 Reputation points Microsoft External Staff
    2022-10-12T05:18:36.49+00:00

    Hi @Arshad Nazeer ,
    I think you can use GridView control to achieve something similar, you can check GridView documentation for details.
    https://learn.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.gridview?view=netframework-4.8
    The GridView control supports the following features:

    • Binding to data source controls, such as SqlDataSource.
    • Built-in sort capabilities.
    • Built-in update and delete capabilities.
    • Built-in paging capabilities.
    • Built-in row selection capabilities.
    • Programmatic access to the GridView object model to dynamically set properties, handle events, and so on.
    • Multiple key fields.
    • Multiple data fields for the hyperlink columns.
    • Customizable appearance through themes and styles.

    Unfortunately, I do not have access to the link you provided.
    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.