I want to Embed Spreadsheets in my Web Page. Using Windows its OK but how i will do same thing in Web page.
I gone through ASP.NET Samples from here but sample tells that to download Excel sheet on client side. But there is possibility that Microsoft Office is not installed on client machine. Some of Example tells to make dataset from Excel and shows Spreadheets Contents in DataGrid.
How i can directly show Embedded Spreadsheet on Web Page?