NAME

Spreadsheet::HTML::CSV - Load data from CSV file.

METHODS

  • load()

    Attempts to first load Text::CSV_XS then Text::CSV if the former is not installed. If neither are installed attempts to parse CSV file using a very simple (and brittle) method.