i am building a table with data on screen using php
and in the end i want to give a button that will open excell with the data on screen and in the same data structure!
is it possible ?
then how?
thanks in advance
peleg
openning excell with data from a browser
Moderator: General Moderators
- dyconsulting
- Forum Newbie
- Posts: 14
- Joined: Mon Dec 01, 2003 6:52 pm
- Location: San Francisco
Open Exel file in the browser or in Excel
To open Excel file in the browser do this:
To open it inside MS Ecxel:
1. go to my computer
2. go to tools
3. go to folder options
4. go to file types
5. scroll down to doc file or any file you want to open this way
6. click on advance and disable
7. confirm open after download
Code: Select all
<a href="File.xls" target="_blank">1. go to my computer
2. go to tools
3. go to folder options
4. go to file types
5. scroll down to doc file or any file you want to open this way
6. click on advance and disable
7. confirm open after download