in reply to Re^4: OLE module working 'part-time'
in thread OLE module working 'part-time'

I prefer the Spreadsheet module even when Office is available primarily because:

  • I don't have to worry about someone installing a different version that causes my code to fail.
  • Any mistakes I make won't leave a hung Office process running in the background.
  • I find the Spreadsheet module to be *quite* easy to use, and I don't find navigating the automation docs for Excel as simple.
  • My same code works on my Linux boxes as well as my WinTel boxes.
  • I have no experience with Text::CSV & friends. (I tend to process databases and fixed-format files.)

    ...roboticus

    Replies are listed 'Best First'.
    Re^6: OLE module working 'part-time'
    by Aim9b (Monk) on Sep 25, 2007 at 18:42 UTC
      Thanks, I really appreciate your input. Those are all great points.
      I'll look into it. That Office Upgrade part is waaaaay scary. ;-)