SQL::Translator::Parser::Excel - parser for Excel

NAME  SYNOPSIS  DESCRIPTION  OPTIONS  AUTHORS  SEE ALSO 

NAME

SQL::Translator::Parser::Excel − parser for Excel

SYNOPSIS

use SQL::Translator;
my $translator = SQL::Translator−>new;
$translator−>parser('Excel');

DESCRIPTION

Parses an Excel spreadsheet file using Spreadsheet::ParseExcel.

OPTIONS

scan_fields

Indicates that the columns should be scanned to determine data types and field sizes. True by default.

AUTHORS

Mike Mellilo <[email protected]>, darren chamberlain <[email protected]>, Ken Y. Clark <[email protected]>.

SEE ALSO

Spreadsheet::ParseExcel, SQL::Translator.


Updated 2024-01-29 - jenkler.se | uex.se