Commit Graph

562 Commits

Author SHA1 Message Date
Bilen
66e4ef4793
Performance update for iterator
Iterator is slowing down for read operations, row class reference is now stored in hash table rather than iterator.
2018-03-20 09:32:36 +08:00
Ivan
33e215d075
Merge pull request #518 from christianguenter2/fix_dump
add with missing flag
2018-02-23 17:20:22 -06:00
Ivan
9b6f80ec83
Merge pull request #516 from Cril2000/csv-writer-fixed-eol
CSV writer: fixed EOL length to handle CRLF correctly (Issue #519)
2018-02-23 17:20:04 -06:00
Christian Günter
4d2aaf049c add 'with unit tests' 2018-01-30 11:13:09 +01:00
Cril2000
0744e0c6c9
Update zcl_excel_writer_csv.clas.abap
Fixed EOL width to handle correctly CRLF
2018-01-30 10:57:01 +01:00
Ivan
0f0d582c6a Set theme jekyll-theme-cayman 2018-01-06 11:52:55 -06:00
Ivan
1efb7b87f1
Merge pull request #512 from AtomKrieg/AtomKrieg-patch-1
Fix zcl_excel_worksheet~delete_merge logic
2017-12-17 19:05:55 -06:00
AtomKrieg
4a7291ca49
Update zcl_excel_worksheet.clas.abap 2017-12-16 18:10:16 +03:00
AtomKrieg
3ce3335f12
Create zcl_excel_worksheet.clas.testclasses.abap 2017-12-16 17:32:45 +03:00
AtomKrieg
a5515b432b
Update zcl_excel_worksheet.clas.abap 2017-12-16 15:55:45 +03:00
Ivan Femia
333d505a1f fix #505 2017-11-15 18:25:33 +01:00
Ivan
90523b9853
Merge pull request #505 from muten86/patch-1
Enhancement of Class with Method GET_TABLE
2017-11-15 10:49:30 -06:00
Ivan
58d98d362b
Merge pull request #507 from larshp/master
simplify some IFs
2017-11-15 10:04:15 -06:00
Ivan Femia
e71644d487 Fix #489
Thanks to @Gh14Cc10
2017-11-15 17:02:11 +01:00
larshp
207bf54a54 few more 2017-11-05 18:32:33 +00:00
larshp
eaea931778 simplify some IFs 2017-11-05 18:16:35 +00:00
muten86
1475bda3d6 Enhancement of Class with Method GET_TABLE
This class lifts the functionality of the whole project to a full excel-upload and download framework, without having known limititions, of other ABAP Excel Upload mechanisms.

Best regards
D. Rauchenstein
2017-10-06 10:43:44 +02:00
Ivan Femia
5e6bb3ba10 fix #434 2017-10-05 19:16:35 +02:00
Ivan Femia
4f66d3445b updating to latest version of abapGit 2017-10-05 19:12:49 +02:00
Ivan
c38b1d79f7 Merge pull request #499 from larshp/branch
remove some unused variables
2017-07-26 11:53:33 -05:00
larshp
de5dd96564 remove some unused variables 2017-07-26 16:39:34 +00:00
Ivan
59aeaab0a8 Merge pull request #498 from larshp/master
Fix testclass for ZCL_EXCEL
2017-07-26 11:24:24 -05:00
larshp
7a10a253be Fix testclass for ZCL_EXCEL
The XML should contain X for testclasses when the class have a testclass
2017-07-26 16:12:22 +00:00
Ivan
5a712f9435 Merge pull request #497 from paladv/master
Fixing syntax errors in ZDEMO_TECHED8 ZDEMO_TECHED9 reports
2017-07-26 09:12:45 -05:00
Ivan
3855e5b97f Merge pull request #495 from TBuryanek/patch-1
Allow user specific ALV variant in SALV converter
2017-07-26 09:09:22 -05:00
Ivan
1c127e1a6b Merge pull request #493 from larshp/master
update to latest abapGit format
2017-07-26 09:08:41 -05:00
paladv
7303fb3c98 Fixing syntax errors in ZDEMO_TECHED8 ZDEMO_TECHED9 reports 2017-07-26 14:04:26 +02:00
Tomas
b74bc20d10 Allow user specific ALV variant in SALV converter
Same problem is in standart CL_SALV_TABLE~TO_XML method (from which this converter was probably inspired).
2017-07-21 13:02:05 +02:00
larshp
943c124cff update to latest abapGit format 2017-07-07 18:56:30 +00:00
Ivan
f2390f6375 Merge pull request #492 from ivanfemia/Column-Row-Dimension-Fix
Column row dimension fix
2017-07-07 13:10:21 -05:00
Ivan
c8b9132337 Merge branch 'master' into Column-Row-Dimension-Fix 2017-07-07 13:10:08 -05:00
Ivan Femia
cf7d5da6ca Fix #484
Remove obsolete objects
2017-05-22 21:02:18 +02:00
Ivan Femia
969da4a9dc Fix issue #484
Removed the conditional formatting object from the structure
2017-05-22 21:00:39 +02:00
Ivan Femia
d4464072c1 Fixed #484
Removed also issue with style class
2017-05-20 00:42:59 +02:00
Ivan Femia
6c124bf61d Fix issue #484
Removed row dimension and introduced row object
2017-05-19 23:52:29 +02:00
Ivan Femia
18cfa99a18 Remove old objects #484
Moving from the old column dimension class to the new column class and aligning the management of the collection
2017-05-19 00:39:03 +02:00
Ivan Femia
68b2c66edd First implementation for issue #484 2017-05-19 00:11:31 +02:00
Ivan
6356cad9f3 Merge pull request #485 from larshp/master
clean up
2017-05-18 12:01:20 -05:00
larshp
77bedd78c4 remove unreferenced variables 2017-05-18 16:44:58 +00:00
larshp
4f0393541d remove end of method statements with no effect 2017-05-18 16:03:12 +00:00
larshp
a3509f1d48 remove TRY without CATCH 2017-05-18 16:00:08 +00:00
Ivan
ee10976c8a Update README.md 2017-05-18 09:24:07 -05:00
Ivan Femia
240c61dbd7 Fixing after abapGit migration 2017-05-17 22:35:15 +02:00
Ivan Femia
f44f7baae4 Fix issue #461 2017-05-17 22:30:10 +02:00
Ivan Femia
2812fce7ce fixing after abapGit migration 2017-05-17 22:29:27 +02:00
Ivan Femia
5d80ca2a41 Fix issue #461 2017-05-17 22:26:37 +02:00
Ivan
1b121ea592 Merge pull request #482 from larshp/master
fix PROG translations
2017-05-17 15:21:45 -05:00
larshp
b6d536d34e fix PROG translations
make sure to use latest abapGit
2017-05-17 17:36:38 +00:00
Ivan
3ec29afa6d Remove old SAPlink slnk file
Only nugget will be available, any contribution will be managed via
abapGit
2017-05-17 11:40:43 -05:00
Ivan Femia
7de6d2a987 Dummy change for testing 2017-05-17 18:26:02 +02:00