diff --git a/ora/xlsx_builder_pkg.pkb b/ora/xlsx_builder_pkg.pkb
index 8f4ad26..4811b24 100755
--- a/ora/xlsx_builder_pkg.pkb
+++ b/ora/xlsx_builder_pkg.pkb
@@ -1624,9 +1624,9 @@ ts timestamp := systimestamp;
loop
t_xxx := t_xxx || '';
+ to_char( nvl( workbook.sheets( s ).autofilters( a ).row_end, workbook.sheets( s ).rows.last() )) || '"/>';
end loop;
if workbook.sheets( s ).mergecells.count() > 0
then
@@ -1694,7 +1694,7 @@ ts timestamp := systimestamp;
t_xxx := t_xxx || '';
if workbook.sheets( s ).comments.count() > 0
then
- t_xxx := t_xxx || '';
+ t_xxx := t_xxx || '';
end if;
--
t_xxx := t_xxx || '';