Commit Graph

144 Commits

Author SHA1 Message Date
Ivan
03fda13182 Autofilter switch on table object
Addithe possibility to deactivate autofilter on table object.
See DEMO3
2014-08-27 14:24:44 -05:00
Ivan
4229e98726 Enhancing DEMO7
Adding ColorScale and DataBar conditional formatting examples
2014-08-27 12:29:46 -05:00
Gregor Wolf
7dcee8edeb Enhance report ZDEMO_EXCEL31 to show better autosize function from issue:
#310 More sophisticated calculation of cell widths
2014-05-02 22:08:26 +02:00
Ivan
c2419f3896 Code Inspector improvements
Change coding issues raised by code inspector.
Still some remain to fix.
2014-03-18 10:34:13 -05:00
Ivan
449e312c87 Suggestion by Rüdiger Plantiko
In methid ZIF_EXCEL_READER~LOAD_FILE, change the import parameter
I_FILENAME from type STRING to the generic type CSEQUENCE, and move it
to a string internally where needed.
This saves the client from having to move a CHAR field to an auxiliary
STRING field, only for not having a "type conflict" when calling the
method.
2014-02-24 15:24:18 -06:00
Stefan Schmöcker
efedac0571 #284: Added support of reading XLSX-Files where the formulae are not stated explicitly but by reference to another cell holding a reference formula. Thanks to David for supplying the method to shift a formula to another cell.
Enhanced Demoreport 6 to demonstrate how this new method can be used in other circumstances then reading in an EXCEL-sheet


set to test #268:  Changed unit-test to make use of the extended functionality in ZCX_EXCEL

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@428 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2013-08-11 10:43:02 +00:00
Gregor Wolf
5035be62e6 Ready to test #271 used standard image from transaction SMW0
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@426 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2013-07-15 18:08:24 +00:00
Gregor Wolf
7d41f42521 Ready to test #271 used standard image from transaction SMW0
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@425 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2013-07-15 17:58:40 +00:00
Ivan Femia
9528905a07 ready to test #162 Adding Stefan suggestion and adapting DEMO14
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@415 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2013-04-07 11:38:55 +00:00
Gregor Wolf
a3749ac918 Ready to test #259 replaced function module call GET_DYNP_VALUE in the F4_PATH method of ZDEMO_EXCEL_OUTPUTOPT_INCL by DYNP_VALUES_READ
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@412 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2013-04-06 18:02:05 +00:00
Gregor Wolf
f4f6d84900 German translation for calendar example
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@404 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2013-01-03 10:34:18 +00:00
Gregor Wolf
2de54c6cbb Support also landscape output for the calendar demo
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@403 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2013-01-03 10:22:31 +00:00
Gregor Wolf
906f802987 Updated ZDEMO_EXCEL33 to get a short file that allows easy debugging #230
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@401 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-21 21:11:41 +00:00
Alessandro Iannacci
a3cc70de8e #240 Charts + Daily build including all developments
- Print labels yes/no
- Line Charts
- VaryColors yes/no
- Code refactoring
- New Demo39
- Added Demo39 to global demo program

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@397 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-06 16:48:27 +00:00
Alessandro Iannacci
8779be0adf Demo 39
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@391 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-05 16:31:44 +00:00
Alessandro Iannacci
359be03cf5 abap2xlsx daily build(Code refactoring + chart styles support)
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@390 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-05 16:30:25 +00:00
Alessandro Iannacci
9ec17f9a2a #236: feature completed
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@385 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-05 11:46:37 +00:00
Alessandro Iannacci
1a1727c40b #236: multiple series feature added
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@384 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-04 16:33:00 +00:00
Alessandro Iannacci
f73376b3e0 #236: Chart creation in a worksheet from ABAP
Added:
- Labels management
- Serie name

TODO: Multiple series and bar charts

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@383 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-04 15:15:40 +00:00
Alessandro Iannacci
e5bff62d2f First Excel Pie Chart directly from ABAP via abap2xlsx
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@379 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-02 18:11:14 +00:00
Stefan Schmöcker
e7865e58cb set to test #235 - Print - Titles: Repeatable Rows and Columns
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@378 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-02 14:15:32 +00:00
Stefan Schmöcker
14699b93ab leave at test #227 because of minor cosmetic changes
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@376 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-01 21:07:48 +00:00
Alessandro Iannacci
1b0a69d2b3 #227
Bind Table: Overlapping tables should raise exception - FIXED

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@375 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-12-01 18:08:28 +00:00
Alessandro Iannacci
c9fff4fa44 #236 Chart creation in a worksheet from ABAP - Temporary version (doesn't work)
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@372 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-11-30 17:54:06 +00:00
Stefan Schmöcker
82c6b78f09 issue #234 : We may not ship patched copy of CL_ABAP_ZIP. Removed from trunk and switched coding to dynamic methodcalls.
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@365 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-11-18 19:21:01 +00:00
Stefan Schmöcker
f8b215e860 set to test #231 - Dump in outputinclude when processing in background
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@362 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-11-08 21:53:11 +00:00
Ivan Femia
fda6f0e3eb Ready to test #163
Added range capability to worksheet

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@358 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-11-04 22:22:46 +00:00
Stefan Schmöcker
901a75fe40 Correction of Report ZDEMO_EXCEL
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@356 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-11-04 19:19:58 +00:00
Ivan Femia
fb1662d172 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
2012-11-04 15:50:21 +00:00
Ivan Femia
d0fa733799 ready to test #228
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@353 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-11-04 15:44:50 +00:00
Stefan Schmöcker
88ac03dab9 Added constant Filefilter to ZCL_EXCEL_COMMON/ Cosmetic change to Demoreport 37
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@352 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-11-04 11:49:16 +00:00
Stefan Schmöcker
203db626b2 2 new demoreports
demo37: Simplest call of the reader and writer - passthrough data
demo38: Show off integration of drawings ( here using the SAP-Icons )

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@350 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-10-30 14:49:51 +00:00
Stefan Schmöcker
6a92c01fa7 #179 - as suggested by Gregor I added the colored tabs to demoreport 4
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@346 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-10-24 20:09:48 +00:00
Gregor Wolf
2d5fb26d4e Ready to test #185
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@320 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-07-01 10:44:33 +00:00
Gregor Wolf
b95e579b19 Added validation formula from issue #161 to the sample report ZDEMO_EXCEL9.
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@309 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-05-01 18:06:14 +00:00
Gregor Wolf
76c26ba75d Ready to test #165
Adjusted method DATE_TO_EXCEL_STRING in ZCL_EXCEL_COMMON and the Unit Test
Extended ZDEMO_EXCEL24 to show the problem with the wrong leap year for 1900 in Excel

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@306 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-04-25 21:58:42 +00:00
Gregor Wolf
8983d82ac6 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
2012-04-25 20:06:35 +00:00
Gregor Wolf
d39c4c26fd Extended report ZDEMO_EXCEL8 to check the #151 correction
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@304 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-04-25 19:28:03 +00:00
Ivan Femia
ed0d3dd9ba Fix #159
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@295 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-04-09 12:57:24 +00:00
Stefan Schmöcker
b47788b58e Issue #157, 2nd topic:Allow default styles for columns, sheet or whole document
Added demoreport 36 to demonstrate this

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@292 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-04-04 22:03:54 +00:00
Ivan Femia
422eead3e9 Fix descriptions
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@286 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-03-31 07:23:12 +00:00
Stefan Schmöcker
d72a920d2a Demoreport 34 - static styles: This demonstrates the advantages of static styles better then the previous version by "building" a cell's style step by step as needed.
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@282 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-03-25 21:40:53 +00:00
Stefan Schmöcker
195e762394 Reportdescriptions got lost. Recreated them
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@281 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-03-24 10:25:37 +00:00
Stefan Schmöcker
7dd07a0f89 git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@280 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049 2012-03-23 23:28:42 +00:00
Ivan Femia
29d58e80a8 Selection text missing
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@279 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-03-23 23:11:14 +00:00
Ivan Femia
146375346d Adding textPool to report
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@276 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-03-23 22:32:09 +00:00
Stefan Schmöcker
23643ca2db #148 - Changing the demoreports
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@275 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-03-23 22:19:29 +00:00
Stefan Schmöcker
d03563a434 #148 - Changing the demoreports
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@274 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-03-23 22:17:00 +00:00
Ivan Femia
f6febd8a5c Ready to test #139
Changed methods RECURSIVE_CLASS_TO_STRUCT and RECURSIVE_STRUCT_TO_CLASS, now in class ZCL_EXCEL_COMMON
Deleted method CREATE_AUTOFILTER, now included in CREATE_XL_SHEET
Moved method ADD_STATIC_STYLES from method ZIF_EXCEL_WRITER~WRITE_FILE of class ZCL_EXCEL_WRITER_2007/ZCL_EXCEL_WRITER_XLSM to method CREATE
Renamed ZDEMO_EXCEL2A in ZDEMO_EXCEL34
Renamed ZDEMO_EXCEL2B in ZDEMO_EXCEL35
Added demos in ZDEMO_EXCEL (Demo Collection)

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@270 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-03-19 21:46:37 +00:00
Ivan Femia
c765b00ac0 Changed Demo 32 now it generates 2 files
Demo32 and Demo33 included in Demo collection
Fix for issues #143 and #142 included in daily build


git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@268 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-03-19 19:29:50 +00:00