
Firstly we will look at a simple approach where we pass over a HTML table and then just change the Content Type we are sending to the browser to that of MS Excel. In the second more complex and powerful solution we will use an ActiveX component to directly link between our code and the local instance of MS Excel.
- Introduction
- Simple Solution
- ActiveX Solution
- A Server Side Solution
- Conclusion