mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 08:16:14 +08:00
Excel of demo 39 has validation issue ready to test #276
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@423 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
parent
9448918fa0
commit
7cb0888b86
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<CLAS CLSNAME="ZCL_EXCEL_WRITER_2007" VERSION="1" LANGU="E" DESCRIPT="Excel writer 2007" UUID="9551494D16947660E1000000C0A8FA28" CATEGORY="00" EXPOSURE="2" STATE="1" RELEASE="0" CLSCCINCL="X" FIXPT="X" UNICODE="X" CLSBCCAT="00" DURATION_TYPE="0 " RISK_LEVEL="0 ">
|
||||
<CLAS CLSNAME="ZCL_EXCEL_WRITER_2007" VERSION="1" LANGU="E" DESCRIPT="Excel writer 2007" CATEGORY="00" EXPOSURE="2" STATE="1" RELEASE="0" CLSCCINCL="X" FIXPT="X" UNICODE="X" CLSBCCAT="00" DURATION_TYPE="0 " RISK_LEVEL="0 ">
|
||||
<implementing CLSNAME="ZCL_EXCEL_WRITER_2007" REFCLSNAME="ZIF_EXCEL_WRITER" VERSION="1" EXPOSURE="2" STATE="1" RELTYPE="1" EDITORDER="0 "/>
|
||||
<localImplementation>*"* local class implementation for public class
|
||||
*"* use this source file for the implementation part of
|
||||
|
@ -1017,7 +1017,7 @@ endmethod.</source>
|
|||
lc_xml_node_invertifnegative TYPE string VALUE 'c:invertIfNegative',
|
||||
lc_xml_node_barchart TYPE string VALUE 'c:barChart',
|
||||
lc_xml_node_bardir TYPE string VALUE 'c:barDir',
|
||||
lc_xml_node_gapwidth TYPE string VALUE 'c:gapwidth',
|
||||
lc_xml_node_gapwidth TYPE string VALUE 'c:gapWidth',
|
||||
"plotArea->line + plotArea->bar
|
||||
lc_xml_node_grouping TYPE string VALUE 'c:grouping',
|
||||
lc_xml_node_axid TYPE string VALUE 'c:axId',
|
||||
|
|
Loading…
Reference in New Issue
Block a user