StefanSchmoecker
f1981a4ebd
issue #372 - added support of stacking bars in charts
2015-07-13 00:00:15 +02:00
Alessandro Iannacci
9ef116622a
issue #386 - Method BIND_TABLE - Unable to have columns with same name (method adds an index to the column)
...
Method BIND_TABLE - Unable to have columns with same name (method adds
an index to the column)
2015-06-25 15:03:39 +02:00
Alessandro Iannacci
28b73e0248
Issue #384 solved - Excel reader problem with pagebreaks: nullreference
...
Excel reader problem with pagebreaks: nullreference
2015-06-24 11:38:35 +02:00
Alessandro Iannacci
1288a1a272
Issue #383 - Report 10 modified to show the new functionality
...
Issue #383 - Report 10 modified to show the new functionality
2015-06-23 15:02:47 +02:00
Alessandro Iannacci
e26b71976a
New Daily Nugget V 7.0.4 (NO Transports - just nugget)
...
New Daily Nugget V 7.0.4 (NO Transports - just nugget)
included all the new slenkees, consistency check and corrections.
2015-06-23 14:39:58 +02:00
Alessandro Iannacci
b9581c0113
Specify abap type in bind table method
...
- Added new field in the field catalog (ABAP_TYPE)
- Added the abap type management in the BIND_TABLE method
2015-06-17 14:12:53 +02:00
StefanSchmoecker
af00a56683
Issue #379 - obsolete function modules
...
Added new class/method to wrap obsolete function GUID_CREATE and use replacement class SAP provides. Old function call still found in wrapper class commented out for use in older releases, which don't have the new methods from SAP yet ( 7.01 does not have it for example )
Replaced calls to function by calls to wrapper-method
Changed calculation of last date in month in ZDEMO_CALENDAR since it was calling an obsoleted function as well.
2015-06-16 16:03:05 +02:00
StefanSchmoecker
0c3282ca76
Added pseudocomment “#EC CI_SUBMIT after all submit-statements in the demoreports to prevent a message in the code-inspector "Security"-section.
...
Thanks to Stefan Schnell for pointing this out to us.
2015-06-16 15:24:28 +02:00
StefanSchmoecker
93cbadacf0
issue #380 : File filter in ZCL_EXCEL_COMMON made language dependant
2015-06-16 14:59:39 +02:00
StefanSchmoecker
0f83a0a758
Issue #377 - support pagebreaks
2015-06-01 14:23:50 +02:00
Rüdiger Plantiko
1741fa6a63
Changed source language back to 'E'
...
I had erroneously maintained the last correction in original language 'D'.
2015-05-24 21:25:51 +02:00
Rüdiger Plantiko
959b02aa12
Def-376 Bug in shared string table reader
...
If Excel's shared string table (SST) contains the empty string not only at the beginning but also redundantly at a further place, the following bug in the shared string table reader of class ZCL_EXCEL_READER_HUGE_FILE occurs:
Since the sXML reader was not cleared with the beginning of each node, the last read string of the table was carried over into the next string .
Added unit test ```test_shared_string_some_empty``` to reproduce the bug, and fixed it in the way proposed by Kai Walter (see Def-376)
2015-05-24 20:55:43 +02:00
Ivan
95cb4b2f83
Merge pull request #375 from oliver-huetkoeper/patch-1
...
Style of remaining columns with no values
2015-05-18 15:17:37 -04:00
oliver-huetkoeper
5e86e69e97
Style of remaining columns with no values
...
When setting a style for all columns the reader only reads this style for filled columns. The style of the remaining columns is dropped.
Example: You activate border lines for all cells, but you fill only the first three columns. After reading and writing it with ABAP2XLSX, only the first three columns have border lines.
This is fixed by setting the default style here.
2015-05-18 21:14:56 +02:00
Ivan
6f6ffd29a7
Merge pull request #369 from HannesRempel/master
...
compatibility with NW 7.2
2015-05-11 17:39:13 -05:00
Hannes Rempel
53aae02a08
compatibility with NW 7.2
2015-04-17 17:25:33 +02:00
StefanSchmoecker
60bd05f89d
issue #368 - first part: correction autofilter with no values in filter in writerclass
2015-04-09 22:30:10 +02:00
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
StefanSchmoecker
ebad7f4166
issue #366 , added support of conditional formatting to readerclass, added 2 more conditional formatting rules, added support of these formatting rules to writerclass, modified writerclass to have a uniform way of creating dxfs-style-entries
2015-03-31 16:02:29 +02:00
StefanSchmoecker
e4906d9562
Issue #365 + some new methods to access/delete sheets
...
ZCL_EXCEL->GET_WORKSHEET_BY_INDEX ( new )
ZCL_EXCEL->SET_ACTIVE_SHEET_INDEX ( Test if worksheet is existing --> raise on error )
ZCL_EXCEL->DELETE_WORKSHEET ( new )
ZCL_EXCEL->DELETE_WORKSHEET_BY_NAME ( new )
ZCL_EXCEL->DELETE_WORKSHEET_BY_INDEX ( new )
ZCL_EXCEL_WRITER_2007->CREATE_XL_WORKBOOK ( Set active sheet to 1 if illegal active sheet is passed )
2015-03-26 21:16:19 +01:00
Ivan
ee180cc21d
Update README.md
2015-03-18 15:30:03 -05:00
Ivan
d14eb70949
Update README.md
2015-03-18 15:29:39 -05:00
Ivan
d5137127bf
Update README.md
2015-03-18 15:27:42 -05:00
StefanSchmoecker
ef19367c68
Further correction to make Demoreport 37 work as before ( changed behaviour is optional merging to-parameters for row or column are omitted to allow intuitive merging like "Row 4, Columns C-F"
2015-03-12 23:44:15 +01:00
StefanSchmoecker
6958ff2b05
Minor corrections to cellmerging:
...
ZCL_EXCEL_WORKSHEET->DELETE_MERGE: Parameters made optional
ZCL_EXCEL_WORKSHEET->SET_MERGE: ColumnParameters set to "simple" and added Defaultvalues
2015-03-12 23:23:34 +01:00
Ivan
24515b3a0a
fix issue #361 #363 #357 by Stefan Schmöcker""
...
I commit the changes due to an inconsistency in Stefan's repository
2015-03-02 09:46:24 -06:00
StefanSchmoecker
28e93b7895
fixed issue #362 - Error when reading templates with certain fonts
2015-02-28 15:48:16 +01:00
Ivan
661790539a
new daily build
...
fixed DTEL and DOMA elements
2015-02-19 17:07:37 -06:00
Ivan
3c5601e47b
Domains and Data Elements reverted
...
Reverted to latest official SAPlink plungin version (no support for
multi languages)
2015-02-19 17:07:36 -06:00
StefanSchmoecker
020637fa12
Corrected issue #355 ( writer not writing strings with leading blanks )
...
Added Marcus von Cube's addition that allows to write very large files by using a transformation instead of ixml-handling in the string
2015-02-12 22:28:29 +01:00
Ivan
b2732ee2f7
New Daily Build
...
Removed the DEVC object from the package issue #353
2015-01-16 15:05:32 -06:00
Ivan
8620ff1b70
Updating DDic objects
...
Export slinkee with the latest saplink pluings for Domain and Data
Element
2015-01-16 15:02:41 -06:00
Ivan
46a25a43d9
Merge pull request #354 from fidley/READER-_GRADIENT_FILL
...
Reader gradient fill
2015-01-16 14:31:43 -06:00
Łukasz Pęgiel
29c7e3eb7d
GF
...
added handling of gradient fill in reader
2015-01-16 21:14:17 +01:00
Łukasz Pęgiel
c90c6d7e98
Revert "Gradient fill reader"
...
This reverts commit d5051cfb96
.
2015-01-16 21:09:50 +01:00
Łukasz Pęgiel
d5051cfb96
Gradient fill reader
...
Gradient fill handling added to reader
2015-01-16 21:07:50 +01:00
Łukasz Pęgiel
3c8338c405
Merge remote-tracking branch 'upstream/master'
2015-01-16 16:57:48 +01:00
Łukasz Pęgiel
abecad6daf
Merge branch 'master' of https://github.com/fidley/abap2xlsx
2015-01-15 17:02:51 +01:00
Ivan
c7c0e0d139
Update README.md
2015-01-12 18:59:45 -06:00
Ivan
a4dd04b508
Remove old Daily Build files
2015-01-12 15:34:26 -06:00
Ivan
78b3f66d08
Daily Build
...
7.0.3 build
2015-01-12 15:30:48 -06:00
Ivan
1d18ae5a30
Add demo report 41
2015-01-12 15:00:14 -06:00
Ivan
5d4864eab8
Merge branch 'master' of https://github.com/ivanfemia/abap2xlsx
2015-01-12 14:55:36 -06: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
Łukasz Pęgiel
c8dd270ac5
Merge remote-tracking branch 'origin/#323-EXCEL-CONVERTER'
2015-01-11 17:23:42 +01:00
Łukasz Pęgiel
e48d0fba11
Merge pull request #2 from ivanfemia/master
...
merge last
2015-01-10 21:06:03 +01:00
Ivan
f744db4704
Merge pull request #352 from fidley/#323-EXCEL-CONVERTER
...
#323 excel converter
2015-01-10 14:01:08 -06:00
Łukasz Pęgiel
7f54d62f88
Revert "Writer + Demo Programs"
...
This reverts commit cbcd9bab13
.
2015-01-10 18:58:17 +01:00
Łukasz Pęgiel
fdec5a1476
ZCL_EXCEL_CONVERTER
...
Allowed to used objects which inherits from cl_gui_alv_grid
2015-01-10 18:52:14 +01:00
Łukasz Pęgiel
5e62152322
Merge pull request #1 from ivanfemia/master
...
Test
2015-01-10 17:45:27 +01:00