Add to_char

This commit is contained in:
eaolson 2018-06-17 13:53:58 -05:00
parent ae93c96e28
commit ae0bbbf11c

View File

@ -1694,7 +1694,7 @@ ts timestamp := systimestamp;
t_xxx := t_xxx || '<pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/>'; t_xxx := t_xxx || '<pageMargins left="0.7" right="0.7" top="0.75" bottom="0.75" header="0.3" footer="0.3"/>';
if workbook.sheets( s ).comments.count() > 0 if workbook.sheets( s ).comments.count() > 0
then then
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 ) || '"/>';
end if; end if;
-- --
t_xxx := t_xxx || '</worksheet>'; t_xxx := t_xxx || '</worksheet>';