[UWP] Is there a Microsoft Excel Spreadsheet Control for UWP?

Steve Wood 56 Reputation points
2022-02-07T13:09:49.963+00:00

Is there a Microsoft Excel Spreadsheet Control for UWP? In Forms apps I could just add a reference to Office and Excel ActiveX components or in .Net add a reference to the .Net Office Controls and either embed or launch and manipulate Excel from the app. But, what about UWP?

I'm using a Grid Layout Panel; However, I need some of the headers to be oriented Vertically i.e. rotated -90º because the data is just small numbers and the header descriptions are much longer. I managed to rotate the headers and adjust the cells to display properly; however, now I'm trying to allow users to resize the cells and that's turning into a major feature.

Developer technologies | Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,866 Reputation points
    2022-02-08T02:28:13.023+00:00

    Hello,
    Welcome to Microsoft Q&A!

    Is there a Microsoft Excel Spreadsheet Control for UWP?

    There is no Excel Spreadsheet Control for UWP to display Excel file directly, but you could use Windows Community Toolkit DataGrid control to render columns. And this is
    official document that you could refer to. If you do want to this Excel Spreadsheet Control, you could research third part control for UWP or send your feature request with windows feed back hub app.

    Thank you.


    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.


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.