Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ora/ooxml_util_pkg.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ begin

l_xml := get_xml( p_xlsx, 'xl/workbook.xml' );

select xml.r_id, xml.sheetid, xml.name
select xml.r_id, xml.sheetid, xml.name, xml.state
bulk collect into l_returnvalue
from xmltable( xmlnamespaces( default 'http://schemas.openxmlformats.org/spreadsheetml/2006/main',
'http://schemas.openxmlformats.org/officeDocument/2006/relationships' AS "r" ),
Expand Down