SQL::Translator::Parser::Excel - parser for Excel
Contents
Description
Parses an Excel spreadsheet file using Spreadsheet::ParseExcel.
Name
SQL::Translator::Parser::Excel - parser for Excel
Options
• scan_fields
Indicates that the columns should be scanned to determine data types and field sizes. True by
default.
See Also
Spreadsheet::ParseExcel, SQL::Translator.
perl v5.40.0 2024-11-23 SQL::Translator::Parser::Excel(3pm)
Synopsis
use SQL::Translator;
my $translator = SQL::Translator->new;
$translator->parser('Excel');
