Fix issue 35
This commit is contained in:
parent
ae0bbbf11c
commit
8b7488fa5b
@ -1624,9 +1624,9 @@ ts timestamp := systimestamp;
|
|||||||
loop
|
loop
|
||||||
t_xxx := t_xxx || '<autoFilter ref="' ||
|
t_xxx := t_xxx || '<autoFilter ref="' ||
|
||||||
alfan_col( nvl( workbook.sheets( s ).autofilters( a ).column_start, t_col_min ) ) ||
|
alfan_col( nvl( workbook.sheets( s ).autofilters( a ).column_start, t_col_min ) ) ||
|
||||||
nvl( workbook.sheets( s ).autofilters( a ).row_start, workbook.sheets( s ).rows.first() ) || ':' ||
|
to_char( nvl( workbook.sheets( s ).autofilters( a ).row_start, workbook.sheets( s ).rows.first() )) || ':' ||
|
||||||
alfan_col( coalesce( workbook.sheets( s ).autofilters( a ).column_end, workbook.sheets( s ).autofilters( a ).column_start, t_col_max ) ) ||
|
alfan_col( coalesce( workbook.sheets( s ).autofilters( a ).column_end, workbook.sheets( s ).autofilters( a ).column_start, t_col_max ) ) ||
|
||||||
nvl( workbook.sheets( s ).autofilters( a ).row_end, workbook.sheets( s ).rows.last() ) || '"/>';
|
to_char( nvl( workbook.sheets( s ).autofilters( a ).row_end, workbook.sheets( s ).rows.last() )) || '"/>';
|
||||||
end loop;
|
end loop;
|
||||||
if workbook.sheets( s ).mergecells.count() > 0
|
if workbook.sheets( s ).mergecells.count() > 0
|
||||||
then
|
then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user