mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 01:56:28 +08:00
15 lines
475 B
HTML
15 lines
475 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>
|
|
ABAP2XLSX - GENERATE YOUR PROFESSIONAL EXCEL FROM ABAP
|
|
</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>
|
|
<FRAMESET cols="20%,80%">
|
|
<FRAME src="objects_list.html"name="WB_OBJECT_LIST_FRAME">
|
|
<FRAME src="main.html"name="WB_OBJECT_DETAIL_FRAME">
|
|
</FRAMESET>
|
|
</HTML>
|