Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Thanks for the contribution Juan Carlos!
On my list is the need to import from excel to a BO. The method I've been thinking about using is have Excel export the sheet to a CSV file, then use an ODBC driver, via a data source to access that data (via a BO of course). I'm going to investigate how you did the export, because that might be the first step of getting the data out of a BO into Excel, which the users could then change and I'd upload it.
I'm not planning on use OLE automation because its slow, and because my users are using everything from Excel 2000 to 2007.
|