On Tue, Mar 24, 2009 at 4:21 PM, Simone Busoli <[email protected]> wrote: > > ...I suggest you start > one piece at a time. Leave out the dsl and the console runner and start > making sense of operations and processes. >
+1 I used it on a project last year to read excel files, and I never got to the DSL. I just used it in, um, 'DUnSL-mode' I guess. :) The only ugliness involved was that I wanted to process a directory of similar excel files in one go. Therefore I ended up iterating through the directory first off, and creating a connection-string entry in the 'app.config' for each file. There is very likely a better way, but what I did was quick to write and got the job done beautifully. If you think a code sample would be useful, I can send you some; just let me know. --Stuart --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
