Hi,
I need a program (preferably that runs in Windows) that creates multiple files.
1. I want to use an Excel file to store multiple phrases (separated in cells).
2. I want the program to create files automatically; the secuence can be 1.inc.htm 2.inc.htm and so on
3. // 1.inc.htm must include the first phrase / 2.inc.htm must include the first and second phrase. Each following file must add a new phrase to the HTML.
//
I might need to separate the texts in 3 HTML columns. So the p…
