From 8983d82ac66111f6fe1cb5c1963a748019f0b639 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Wed, 25 Apr 2012 20:06:35 +0000 Subject: [PATCH] Ready to test #168 Changed Date Element ZEXCEL_RANGE_NAME to STRING. git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@305 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049 --- ZA2X/DTEL/ZEXCEL_RANGE_NAME.slnk | 2 +- ZA2X/PROG/ZDEMO_EXCEL8.slnk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZA2X/DTEL/ZEXCEL_RANGE_NAME.slnk b/ZA2X/DTEL/ZEXCEL_RANGE_NAME.slnk index 89ea6d3..d9357d4 100644 --- a/ZA2X/DTEL/ZEXCEL_RANGE_NAME.slnk +++ b/ZA2X/DTEL/ZEXCEL_RANGE_NAME.slnk @@ -1,4 +1,4 @@ - + diff --git a/ZA2X/PROG/ZDEMO_EXCEL8.slnk b/ZA2X/PROG/ZDEMO_EXCEL8.slnk index ea52caa..defe917 100644 --- a/ZA2X/PROG/ZDEMO_EXCEL8.slnk +++ b/ZA2X/PROG/ZDEMO_EXCEL8.slnk @@ -1,5 +1,5 @@ - + @@ -50,10 +50,10 @@ START-OF-SELECTION. lo_worksheet->set_cell( ip_row = 8 ip_column = 'C' ip_value = 'Grapes' ). " Define another Range with a name longer than 40 characters that - " tests the fix of issue #151 Ranges can be only up to 40 chars + " tests the fix of issue #168 ranges namescan be only up to 20 chars lo_range = lo_excel->add_new_range( ). - lo_range->name = 'A_range_with_a_name_that_is_longer_than_40_characters'. + lo_range->name = 'A_range_with_a_name_that_is_longer_than_20_characters'. lo_range->set_value( ip_sheet_name = lv_title ip_start_column = 'D' ip_start_row = 4