Skip to content

Commit ae0bbbf

Browse files
author
eaolson
committed
Add to_char
1 parent ae93c96 commit ae0bbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ora/xlsx_builder_pkg.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ ts timestamp := systimestamp;
16941694
t_xxx := t_xxx || '<pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/>';
16951695
if workbook.sheets( s ).comments.count() > 0
16961696
then
1697-
t_xxx := t_xxx || '<legacyDrawing r:id="rId' || ( workbook.sheets( s ).hyperlinks.count() + 1 ) || '"/>';
1697+
t_xxx := t_xxx || '<legacyDrawing r:id="rId' || to_char( workbook.sheets( s ).hyperlinks.count() + 1 ) || '"/>';
16981698
end if;
16991699
--
17001700
t_xxx := t_xxx || '</worksheet>';

0 commit comments

Comments
 (0)