DBIx-Report-Excel
view release on metacpan or search on metacpan
lib/DBIx/Report/Excel.pm view on Meta::CPAN
B<Column names> on each worksheet are defined from table column names
or aliases provided by 'AS' directive in SQL statement.
Excel column names are defined from parsing of SQL statement, not from
actual name of columns in table(s). If SQL staements does not
explicitly have column names or aliases listed (as for example, in
case of SELECT * query), Excel columns will have generic names
'Column+<number>'. See L<EXAMPLES> below
=head3 EMBEDDING YAML IN SQL COMMENT BLOCK
All additional directives for formatting Excel output are provided as
YAML structure, embedded in SQL comment blocks. Supported comment style
is C-style 'slash and asterisk' (C</* ... */>) comments. ANSI 'double
hyphen' (C<-- ...>) comment style is not supported in this version.
Slash and asterisk C-style (C</* ... */>) includes multi-line
comment blocks conforming to YAML specifications.
YAML statements embedded in multiline comment block must start from
( run in 2.767 seconds using v1.01-cache-2.11-cpan-71847e10f99 )