Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have an application in which user click on link and download excel with macros in zip folder. When user open excel the macros will run and populate the excel. Around 5 million records are available on multiple tab.
Now the requirement is to open the same report on excel online(Browser), weather user have access on office 365 or not, he should be able to open and edit the excel.
If user have office app installed, then it will ask user weather to open excel in app or to open app in browser.

What I have tried:

Tried share point but it due to high record it is giving error.
Posted
Updated 14-Jan-20 21:02pm

1 solution

Sorry, but this is wrong approach!

If there's no MS Excel installed on client computer, user will not be able to open and edit it. You have to provide the way to edit Excel data through your MVC application.
 
Share this answer
 
Comments
chitranshi kulkarni 15-Jan-20 4:08am    
Yes, is there any way to open excel in browser through MVC application, if MS excel not available on client machine?
chitranshi kulkarni 15-Jan-20 4:37am    
How to open it with office 365, if MS office not installed on client server, basically in browser?
Maciej Los 15-Jan-20 4:38am    
Oh man...
Please, re-read my answer again.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900