
Write to an Excel file from VB without Excel present
Quote:
>Is it possible to write data to an Excel file from a VB app, if Excel
>is not present on the end users machine?
If you can't get other people's suggestions to work, a safe fall-back
solution is to write out a CSV file. These are dead-simple text-based files
and Excel reads them with no problems.
Ofcourse you can't store formatting info (colours, fonts, etc), or include
formulas, but if you just want a grid of data, they're perfect.
--
| Digital Routes, Inverness, Scotland, www.digitalroutes.co.uk