Html Builder - Export To Excel 28.07.08
I need a script that I can upload an HTML file to, in the HTML will be, e.g. ‘INFO’, I will then upload a .txt file with a number of terms, 1 per line, e.g. ‘1000′, ‘1001′, ‘1002′, ‘1003′
What I then need is for the HTML I uploaded to be genereated replacing the ‘INFO’ with ‘1000′ and exported to Excel in one cell, then a second export of the HTML in a second cell with the ‘INFO’ replaced with ‘1001′, then again replaced with ‘1002′ etc
The outcome will be the exact same HTML page, however where the ‘INFO’ is added in the HTML file it will be replaced with the data in the .txt file and exported to Excel, one HTML file per cell
Here is a simple example of what I need
HTML:
A simple sentance with ‘INFO’ in the middle of the text
Data in .txt file:
1000
1001
1002
1002
Output:
1. A simple sentance with ‘1000′ in the middle of the text
2. A simple sentance with ‘1001′ in the middle of the text
3. A simple sentance with ‘1002′ in the middle of the text
Etc
Any questions please ask
Thanks



