StefanSchmoecker
5fc05a9ec5
Issue #367 - Enhancement: Added feature "Hide columns from
...
Added feature to Reader_20007, Writer_2007, Demoreport 12
2015-04-09 21:58:31 +02:00
Ivan
24c5fca308
Update slinkees
...
Update of all the slinkees files with the latest version of SAPLink to
simplify merge of pull request
2015-01-12 14:55:28 -06:00
StefanSchmoecker
bca9254026
Fixed issue #349 - writer_xlsm not supporting template charts
...
Class ZCL_EXCEL_READER_2007: Added new method called before creating the stream from the internal zip-represenation to allow child classes to write own data here
Class ZCL_EXCEL_WRITER_XLSM: Reverted redefinition of method "CREATE" and put the vba-relevant coding into the new method just provided in ZCL_EXCEL_READER_2007.slnk
Class ZCL_EXCEL_READER_2007: Inheritance: Added functionality to allow creation of childclasses from ZCL_EXCEL as well if needed
Interface ZIF_EXCEL_READER: Inheritance: Added the new optional parameters to allow childclassed from ZCL_EXCEL to be created when reading an excel file
2015-01-06 12:06:19 +01:00
Gh14Cc10
6c8c15ab9e
Added ABAP2XLSX Version in the Excel properties
...
Added ABAP2XLSX Version in the Excel properties
2014-09-29 17:30:10 +02:00
Rüdiger Plantiko
501aa04f22
Update ZIF_EXCEL_READER.slnk
...
Finally removed method CAN_READ_FILE from the interface ZIF_EXCEL_READER
2014-07-05 17:11:02 +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
822f9f75a3
Load file has new importing parameter for sy-batch
...
In the interface method ZIF_EXCEL_READER~LOAD_FILE, add an optional
import parameter I_FROM_APPLSERVER of type flag with default SY-BATCH,
and use this parameter, instead of SY-BATCH directly, for the decision
whether to load the file from application or from presentation server.
This will make the method more flexible, decoupling the decision "Where
to read the file from" from the circumstance "Am I in batch mode". By
making the parameter optional and using the default value SY-BATCH, all
existing client code will work as before.
2014-02-24 15:31:25 -06: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
Rene Turnheim
efc9e39f11
Fixed #287 issue. Correct some old problems with langu="1" and add new functions as options for converter:
...
Hide column
No header
No subtotal
No filter
This can later be added to bind_alv method.
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@429 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2013-08-11 18:48:00 +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
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
3081783b51
#230 . Pimp my code: Some methods in ZCL_EXCEL_READER_2007 have been normalized
...
set ready to test #234 : Various problems with files created by LibreOffice
set ready to test #186 : Seems to be integrated for some time already
set ready to test #194 : Reading state Hidden, Outlinelevel, Collapsed of rows and columns
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@364 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-11-18 14:52:01 +00:00
Stefan Schmöcker
abc25ede86
ready to test #232
...
issue #230 Pimp my code: ZCL_EXCEL_READER_2007->LOAD_WORKBOOK
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@363 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-11-11 09:36:28 +00:00
Rene Turnheim
f917661bb5
ISSUE #143 ; Resolved open issues with WD and several other open points.
...
Issue #143 closed.
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@327 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-08-11 20:42:16 +00:00
Rene Turnheim
fadff4ea8e
Converter improvements issue #143 ; Add new functionality and resolved several issues with background processing.
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@265 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-03-17 14:07:48 +00:00
Ivan Femia
6d0a0eb44f
Fixed issue #91 , great job by Rene Turnheim
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@250 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2012-01-20 20:33:22 +00:00
Gregor Wolf
616bb510a4
ready to test #130
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@236 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2011-12-29 18:39:16 +00:00
Ivan Femia
1ef3613bf8
Fix issue #121
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@225 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2011-11-01 09:53:48 +00:00
Ivan Femia
bd614113a7
ZoomScale support demo23 updated - thanks to Alessandro Iannacci for the idea( @Gh14Cc10 )
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@216 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2011-08-25 19:52:28 +00:00
Ivan Femia
c36e6bd54e
Fix issues #100 and #104
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@201 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2011-06-11 09:41:17 +00:00
Ivan Femia
d3f95ed657
Macro-Enabled workbook issue #89
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@194 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2011-06-02 09:23:58 +00:00
Ivan Femia
f5ef7137ad
Fixed issue #85
...
Demo4 shows the new functionality
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@173 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2011-05-05 20:00:27 +00:00
Ivan Femia
2e2a04dba5
Fix issue #87
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@172 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2011-05-05 19:27:37 +00:00
Ivan Femia
047330e494
Data Validation Custom, Sheet Properties, DEMO22 (based on real Business Requirements)
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@85 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2010-12-21 20:23:36 +00:00
Ivan Femia
7dc63196d4
Password encrypt algorithm by Joachim Wrba
...
Demo20 by default uses SAPWorkdir
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@51 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2010-11-20 17:21:45 +00:00
Ivan Femia
2c9d26b095
Excel sheet protection full options
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@28 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2010-10-16 18:18:51 +00:00
Ivan Femia
e6f84e7b51
Workbook protection
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@19 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2010-09-23 21:43:41 +00:00
Ivan Femia
67ce66dc7a
Page margins and page setup, worksheet protection, minor code fix
...
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@13 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2010-09-21 22:30:29 +00:00
Ivan Femia
2b85b956c9
git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@3 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
2010-09-14 08:05:50 +00:00