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
Ivan Femia
8675f3e1c4
Fix text elements after moving to abapGit
2017-05-17 18:22:08 +02:00
Ivan
26cd88ba76
Merge pull request #481 from larshp/master
...
Fix broken CUAs
2017-05-17 11:12:09 -05:00
larshp
8d562dbba1
fix more CUAs
2017-05-17 15:37:48 +00:00
larshp
762e7979ab
test CUA fix
2017-05-17 15:33:26 +00:00
Ivan Femia
1e784c748a
Moving to abapGit
2017-05-16 22:28:51 +02:00
Ivan Femia
14874360eb
Moving to abapGit
2017-05-16 22:27:34 +02:00
Ivan Femia
f8b0e354db
Moving to abapGit
...
First commit to abapGit
2017-05-16 22:22:30 +02:00
Ivan
d1169189e9
Merge pull request #472 from FoxAhead/optimization
...
Optimization
2017-01-24 10:14:48 -06:00
FoxAhead
d2137bf4b3
Optimization: less calls of UCCPI.
...
Optimized methods:
CONVERT_COLUMN2ALPHA
CONVERT_COLUMN2INT.
Too much calls of cl_abap_conv* for UCCPI replaced with statics variables. The improvement is noticeable on binding large tables.
2017-01-24 17:01:09 +03:00
Ivan
c2f2f510e7
Merge pull request #464 from FoxAhead/FoxAhead-patch-1
...
Method DATE_TO_EXCEL_STRING: Date field = space
2017-01-17 12:09:47 -06:00
Gregor Wolf
ceb816ca8a
Replace link to abap2xlsx.org
...
with https://ivanfemia.github.io/abap2xlsx/
2017-01-04 11:03:08 +01:00
FoxAhead
8b8d684cbc
Merge pull request #1 from FoxAhead/FoxAhead-patch-1
...
Method DATE_TO_EXCEL_STRING: Date field = space
2016-09-29 15:03:31 +03:00
FoxAhead
371dfbba56
Method DATE_TO_EXCEL_STRING: Date field = space
...
Sometimes you get date field empty - containing only space(s) (not zeroes '00000000'). This value treated as not initial in ABAP for fields typed as D. This resulted in passing by
CHECK ip_value IS NOT INITIAL
and calculating
lv_date_diff = ip_value - c_excel_baseline_date + 1.
which returns "-693596". In EXCEL this displayed as #########...
2016-09-29 15:00:57 +03:00
Łukasz Pęgiel
538c544c55
Merge pull request #460 from fidley/master
...
Daily build 7.06 version history
2016-09-10 10:04:26 +02:00
Łukasz Pęgiel
612ead65f4
Daily build 7.06 version history
2016-09-10 10:01:01 +02:00
Łukasz Pęgiel
6f7d6a3ce0
Merge remote-tracking branch 'refs/remotes/ivanfemia/master'
2016-09-10 09:51:54 +02:00
Alessandro Iannacci
8deaf71715
Issue: VERSION constant is 7.0.3 in the 7.0.6 NUGG file ( #459 )
...
Issue: VERSION constant is 7.0.3 in the 7.0.6 NUGG file (#459 )
2016-09-09 15:29:21 +02:00
Alessandro Iannacci
bfb4705728
Merge pull request #456 from ivanfemia/revert-451-master
...
Revert "Add files via upload"
2016-09-02 15:21:18 +02:00
Alessandro Iannacci
7835033184
Revert "Add files via upload"
2016-09-02 15:20:25 +02:00
Ivan
9a697b8ade
Merge pull request #451 from StefanSchnell/master
...
Add files via upload
2016-08-16 09:23:33 -05:00
Stefan Schnell
8b0000dd8b
Add files via upload
...
A few tiny corrections:
1. Add in class ZCL_EXCEL_READER_2007 at method READ_FROM_APPLSERVER in signature raising clause.
2. Add in class ZCL_EXCEL_CONVERT at methods OPEN_FILE and WRITE_FILE exceptions at gui_download method and add in both methods signature raising clause.
3. Add in class ZCL_EXCEL_CONVERT a text 'A problem occurred when writen the file'.
4. Changed occured to occurred in the whole file.
5. Changed Schmöcker to Schmoeker in the whole file.
2016-08-16 05:42:03 +02:00
Stefan Schnell
9eae43b0f5
Add files via upload
...
A few tiny corrections:
1. Add in class ZCL_EXCEL_READER_2007 at method READ_FROM_APPLSERVER in signature raising clause.
2. Add in class ZCL_EXCEL_CONVERT at methods OPEN_FILE and WRITE_FILE exceptions at gui_download method and add in both methods signature raising clause.
3. Add in class ZCL_EXCEL_CONVERT a text 'A problem occurred when writen the file'.
4. Changed occured to occurred in the whole file.
5. Changed Schmöcker to Schmoeker in the whole file.
2016-08-16 05:23:39 +02:00
Łukasz Pęgiel
1637eff355
Merge pull request #428 from fidley/master
...
Excel_TABLE
2016-04-01 20:25:00 +02:00
Łukasz Pęgiel
5df8423aca
ExclTable
2016-04-01 20:23:13 +02:00
Łukasz Pęgiel
93f23c185d
Merge pull request #427 from fidley/master
...
Daily build
2016-04-01 20:22:20 +02:00
Łukasz Pęgiel
6b5eaa810f
?
2016-04-01 20:19:46 +02:00
Łukasz Pęgiel
5251e4a4ae
Daily build 2016-04-01
2016-04-01 20:13:25 +02:00
Łukasz Pęgiel
f24e354f6c
New Daily Build with Themes
2016-04-01 19:37:14 +02:00
Łukasz Pęgiel
c5b5084cfa
Merge remote-tracking branch 'refs/remotes/ivanfemia/master'
...
# Conflicts:
# ZA2X/CLAS/ZCL_EXCEL_TABLE.slnk
2016-03-31 20:21:03 +02:00
Łukasz Pęgiel
7525434b4e
Merge pull request #425 from ivanfemia/fidley-master
...
Themes+
2016-03-31 20:16:55 +02:00
Łukasz Pęgiel
fb1ae88d92
THEMES +
2016-03-31 20:13:25 +02:00
Łukasz Pęgiel
98a508cb11
Worksheet, number
2016-03-31 20:09:30 +02:00
Łukasz Pęgiel
9924735a6a
Revert "WORKSHEET, TABLE, STYLE_NUMBER_FORMAT"
...
This reverts commit 9d7a701585
.
# Conflicts:
# ZA2X/CLAS/ZCL_EXCEL_TABLE.slnk
2016-03-30 22:57:38 +02:00
Łukasz Pęgiel
5cf8deda3a
Commit failed changes
2016-03-30 22:32:13 +02:00
Łukasz Pęgiel
a4e834eafa
Revert "Revert "Revert "WORKSHEET, TABLE, STYLE_NUMBER_FORMAT"""
...
This reverts commit 011301aae0
.
2016-03-30 22:31:16 +02:00
Łukasz Pęgiel
011301aae0
Revert "Revert "WORKSHEET, TABLE, STYLE_NUMBER_FORMAT""
...
This reverts commit 1f3e967a1f
.
2016-03-30 22:29:41 +02:00
Łukasz Pęgiel
1f3e967a1f
Revert "WORKSHEET, TABLE, STYLE_NUMBER_FORMAT"
...
This reverts commit 9d7a701585
.
2016-03-30 22:27:38 +02:00
Gregor Wolf
f7521e62d5
Merge pull request #420 from guillaumegarcia13/patch-1
...
Corrected a copy/paste error for Drawings attribute
2015-12-28 14:05:17 +01:00
GARCIA Guillaume
e3d34b8768
Description correction
...
Corrected a copy/paste error for Drawings attribute
2015-12-28 13:36:01 +01:00
Gregor Wolf
7631a60f1b
Merge pull request #414 from StefanSchnell/master
...
Fix for Issue #413 HANA Functional Correctness
2015-12-09 20:50:40 +01:00
Stefan Schnell
94ac8cfbd2
Update ZCL_EXCEL_WORKSHEET.slnk
...
Code correction for HANA functional correctness.
2015-12-09 14:49:10 +01:00