Hi Alberto,
yes, one way is to make a CSV file.
There are fundamentally 3 ways to make "excel" files. The first, and quickest, is to make a CSV export from your app. This is easy enough to do in clarion using the ASCII, Basic or DOS file drivers. Or, as Bill suggests, use the View generated by the browse (although that is a tad more complex.)
CSV is really fast, but you can only export data - no formatting. An alternative is to use a tool that "creates" excel files directly. There is a product by Klarisoft that lets you do this, although I've not used it directly myself.
The 3rd option is to use Excel to create the Excel file. This is the slowest (because Excel is slow) but also the most feature rich because you can do anything Excel can do. This is the approach you're currently taking using Softmasters - and Office Inside _may_ be an improvement, but ultimately it's bound by the speed of Excel.
Cheers
Bruce