in reply to Error reading Excel Cell Value


Looks like a bug in Spreadsheet::ParseExcel version 0.33.

If you can, drop back to using version 0.32 until it is fixed.

--
John.

Replies are listed 'Best First'.
Re^2: Error reading Excel Cell Value
by no21 (Sexton) on Oct 08, 2008 at 18:49 UTC
    What's the best way to drop back to a previous version of a module?

    I guess the real question would be, what's the best way to remove a module?

    I tried doing a 'make uninstall' from the source directory, but it refused to delete a handful of files because 'make uninstall' is 'unsafe'.


      In this case (and probably most cases) it should be enough to just install the older version over the newer version.

      --
      John.

        THANK YOU VERY MUCH for your help.
        I will install the older version on top of the new version.
        I will keep you posted.
        Once again, thank you.