mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 08:16:14 +08:00
76 lines
1.3 KiB
HTML
76 lines
1.3 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>
|
|
ZCL_EXCEL_READER_2007
|
|
</TITLE>
|
|
<link rel="stylesheet" type="text/css" href="css/style_class.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/style_function_groups.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/style_object_list.css" />
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>ZCL_EXCEL_READER_2007</H1>
|
|
<BR/>
|
|
Description:
|
|
Read Excel 2007 into ZCL_EXCEL
|
|
<BR/>
|
|
Visibility:
|
|
Public
|
|
<BR/>
|
|
<H2>Attributes: </H2>
|
|
<TABLE width="100%">
|
|
<TR class="top">
|
|
<TD>Name</TD>
|
|
<TD>Level</TD>
|
|
<TD>Visibility</TD>
|
|
<TD>Read-Only</TD>
|
|
<TD>Typing</TD>
|
|
<TD>Associated Type</TD>
|
|
<TD>Description</TD>
|
|
<TD>Initial Value</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>EXCEL2007</TD>
|
|
<TD>Instance Attribute</TD>
|
|
<TD>Private</TD>
|
|
<TD>No</TD>
|
|
<TD>Type</TD>
|
|
<TD>XSTRING</TD>
|
|
<TD>Excel 2007 data</TD>
|
|
<TD></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>ZIP</TD>
|
|
<TD>Instance Attribute</TD>
|
|
<TD>Private</TD>
|
|
<TD>No</TD>
|
|
<TD>Type Ref To</TD>
|
|
<TD>CL_ABAP_ZIP</TD>
|
|
<TD>Zip Utility</TD>
|
|
<TD></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>SHARED_STRINGS</TD>
|
|
<TD>Instance Attribute</TD>
|
|
<TD>Private</TD>
|
|
<TD>No</TD>
|
|
<TD>Type</TD>
|
|
<TD>STRINGTAB</TD>
|
|
<TD>Table with Strings</TD>
|
|
<TD></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>STYLES</TD>
|
|
<TD>Instance Attribute</TD>
|
|
<TD>Private</TD>
|
|
<TD>No</TD>
|
|
<TD>Type</TD>
|
|
<TD>T_STYLE_REFS</TD>
|
|
<TD></TD>
|
|
<TD></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<H2>Events: </H2>
|
|
<BR/>
|
|
</BODY>
|
|
</HTML>
|