Well said. DBI-1.59 was released only yesterday! Spreadsheet::ParseExcel is also well maintained.

Same points are valid for all wrapper modules, including my Spreadsheet::Read. If Spreadsheet::ParseExcel or Spreadsheet::ReadSXC changes, the wrapper also changes.

DBD::Excel seems like a very valid choice, but still limits you to Excel only. It won't work on OpenOffice, but it will probably make a very clear and consice conversion program. (/me imagines a DBD::Spreadsheet in the future. Not that I have current plans, but it would be fun to experiment with that. :) Problem is that there is no Spreadsheet::Write (yet), so this DBD would be read-only.

I would personally NOT advice the use of DBD::ODBC on Excel for a plethora of reasons. I have just gone through the pain of using ODBC on windows to connect to several ODBC sources, and the number of locations where things can go (and will go) wrong is inmeasurable, ranging from non-matching buffer sizes to 32/64 bit mismatches and array fetches that don't. For the problem stated, I think that using ODBC is heading for the Yak-shaving path.


Enjoy, Have FUN! H.Merijn

In reply to Re^3: Reading from Excel and writing to Oracle by Tux
in thread Reading from Excel and writing to Oracle by loris

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.