Hi, I have being trying to open a CSV file with OpenOffice.org 3, from a Progress procedure.
The following line works Ok when opening a ODS or SXC:
chWorkbook = chDesktop:loadComponentFromURL(ip_FileName, "_blank", 0, cc).
...where "cc" es a RAW variable with no value.
I read in...