From fb1662d17276e20db1f806ae9c76b6435af8db4f Mon Sep 17 00:00:00 2001 From: Ivan Femia Date: Sun, 4 Nov 2012 15:50:21 +0000 Subject: [PATCH] Add DEMO reports 37 an 38 to ZDEMO_EXCEL report collection git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@354 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049 --- ZA2X/PROG/ZDEMO_EXCEL.slnk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ZA2X/PROG/ZDEMO_EXCEL.slnk b/ZA2X/PROG/ZDEMO_EXCEL.slnk index 4e263c7..b86808e 100644 --- a/ZA2X/PROG/ZDEMO_EXCEL.slnk +++ b/ZA2X/PROG/ZDEMO_EXCEL.slnk @@ -1,5 +1,5 @@ - - + + @@ -72,6 +72,8 @@ START-OF-SELECTION. SUBMIT zdemo_excel34 WITH p_path = p_path AND RETURN. " abap2xlsx Demo: Static Styles Chess SUBMIT zdemo_excel35 WITH p_path = p_path AND RETURN. " abap2xlsx Demo: Static Styles SUBMIT zdemo_excel36 WITH p_path = p_path AND RETURN. " abap2xlsx Demo: Style applied to sheet, column and single cell + SUBMIT zdemo_excel37 WITH p_path = p_path AND RETURN. " abap2xlsx Demo: Simplest call of the reader and writer - passthrough data + SUBMIT zdemo_excel38 WITH p_path = p_path AND RETURN. " abap2xlsx Demo: Show off integration of drawings ( here using the SAP-Icons ) " " Reader/Writer Demo must always run at the end " to make sure all documents where created