We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae93c96 commit ae0bbbfCopy full SHA for ae0bbbf
ora/xlsx_builder_pkg.pkb
@@ -1694,7 +1694,7 @@ ts timestamp := systimestamp;
1694
t_xxx := t_xxx || '<pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/>';
1695
if workbook.sheets( s ).comments.count() > 0
1696
then
1697
- t_xxx := t_xxx || '<legacyDrawing r:id="rId' || ( workbook.sheets( s ).hyperlinks.count() + 1 ) || '"/>';
+ t_xxx := t_xxx || '<legacyDrawing r:id="rId' || to_char( workbook.sheets( s ).hyperlinks.count() + 1 ) || '"/>';
1698
end if;
1699
--
1700
t_xxx := t_xxx || '</worksheet>';
0 commit comments