Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have excel sheet and it contains following values

HTML
Code    State        Value
AK      Alaska       201254
AL      Alabama      52020
AR      Arkansas     545041
AZ      Arizona      630.63
CA     California   623520

now i want to bind this values to Excel Power map pragmatically.how to do this in asp.net using c# , and also i need to embed excel power map into my aspx page

http://www.c-sharpcorner.com/UploadFile/16101a/getting-started-with-microsoft-power-map-for-excel/
in this link they are directly showing in excel but i want to do this programatically. asp.net with c# . i want to bind this values through codebehind and need to embed excel power map into my web page
Posted
Updated 2-Jun-15 20:10pm
v2
Comments
Richard Deeming 3-Jun-15 4:33am    
If you're going to try automating Office from ASP.NET, you need to read the following Microsoft KB article:
Considerations for server-side Automation of Office[^]
Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, ASP.NET, DCOM, and NT Services), because Office may exhibit unstable behavior and/or deadlock when Office is run in this environment.

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