how to open local excel file in web browser without upload to cloud storage

kavin kumar 20 Reputation points
2024-05-25T06:07:15.26+00:00

After saving the excel file using Python, I want to open it in a web browser.

Microsoft 365 and Office Excel For business Windows
0 comments No comments
{count} votes

Accepted answer
  1. Emi Zhang-MSFT 30,046 Reputation points Microsoft External Staff
    2024-05-27T06:12:50.4133333+00:00

    Hi,

    As far as I know, you cannot access local PC files when using Office for the web apps, this is by design behavior.

    Hope the information is helpful.


    If the response is helpful, please click "Accept Answer" and upvote it.

    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.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2024-05-27T06:34:08.96+00:00

    A browser can display Html code, not Office documents direcly.

    You need a kind of app or service to render the document to Html.

    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.