Commit Graph

835 Commits

Author SHA1 Message Date
AtomKrieg
8938dba50f remove boilerplate: create/render ixml_document (#605)
also clear "dead code"
2019-09-29 17:40:48 +02:00
Gregor Wolf
3bee79156d
No line if empty by kwaishang (#629)
* Update zcl_excel_worksheet.clas.abap

Allow int8 type columns

* Option to create empty file 

Allow to create empty excel file even if input table is empty

* Update zcl_excel_worksheet.clas.abap

Add the option to create the file or not if the input table is empty

*  Test report zdemo_excel43 

When using CSV mainly, if the input table is empty, the csv file contained a line with empty fields and separators.
This fooled some automation process thinking there's data to process in the file.
When optional input parameter "iv_no_line_if_empty" of method "zcl_excel_worksheet->bind_table"  is checked, there's no more empty line in this case.

* User demo report 44 instead of 43

Mistake in test program name

* Fix internal renaming of test report 44

* Correct filename and test both cases

* Include test 44
2019-09-29 17:03:03 +02:00
striezl
e02733290f Fix as discussed in issue #623 (#624)
Convert exponential number from excel to ABAP datatype P (packed number)
2019-09-24 22:37:49 +02:00
Dennis Schaaf
84aa650b8e Bugfix range conversion (#628)
When reading xlsx and autofilters are being applied a dump occured when autofilter range was defined like "Sheet1!#REF1"
Such ranges are now ignored so that the xlsx can be read.
2019-09-24 22:35:12 +02:00
striezl
1da0be9fb9 Fix Issue #610 (Error if last column of last row is empty) (#620)
* #610 Error handling in ZCL_EXCEL_WORKSHEET->GET_TA

* #610 Error handling in ZCL_EXCEL_WORKSHEET->GET_TA

* Revert "#610 Error handling in ZCL_EXCEL_WORKSHEET->GET_TA"

This reverts commit 794320fc1b.

* #610 Error handling in ZCL_EXCEL_WORKSHEET->GET_TA

* rebase abaplint.json
2019-09-05 01:05:47 -07:00
Gregor Wolf
f5a6453e3a Adjust to current abapGit format 2019-09-04 21:28:31 -07:00
Lars Hvam
0134bd1177
fix badge 2019-09-05 06:27:44 +02:00
larshp
370cb11c4a update abaplint config 2019-09-04 21:26:01 -07:00
sephrat
789d41ff79 Updated old repository link 2019-06-27 06:27:53 -07:00
Gregor Wolf
e3784a2abd
Merge pull request #601 from mfallen/headerfooter
Redefinition Header Footer Image
2019-02-25 15:48:45 +01:00
mfallen
8006c97ceb Pretty Print of zcl_excel_worksheet 2019-02-25 10:25:15 +01:00
mfallen
edb50701b1 Redefinition Header Footer Image
Get errors when using header/footer in more than one sheet
2019-02-21 15:45:27 +01:00
Gregor Wolf
8e87d303a5
Merge pull request #599 from gregorwolf/master
New transport version for #562
2019-02-20 17:12:25 +01:00
Gregor Wolf
ad1021f8c2 New transport version for #562 2019-02-20 17:11:40 +01:00
Gregor Wolf
cf01f333ee
Merge pull request #598 from Berreke/master
Issue #588: Unable to activate zcl_excel_writer_xlsm
2019-02-20 15:24:38 +01:00
Berreke
66b581391c
Pretty print of zcl_excel_writer_xlsm 2019-02-20 15:17:15 +01:00
Berreke
9dc478cb5b
Merge pull request #1 from Berreke/Berreke-patch-1
ZCL_EXCEL_WRITER_XLSM add required parameter
2019-02-20 14:45:40 +01:00
Berreke
4f7a64656e
ZCL_EXCEL_WRITER_XLSM add required parameter
create_xl_sheet_rels has a required parameter iv_comment_index. This was not populated in this version. When transporting the transport goes in error because he can't activate this class. adding lv_comment_index like it is in zcl_excel_writer_2007 corrects this problem.
2019-02-20 14:40:44 +01:00
Gregor Wolf
e1f8d5b268
Merge pull request #597 from gregorwolf/master
Small additions do demo, check for break-points in abaplint
2019-02-19 11:11:51 +01:00
Gregor Wolf
eb6b58118c Check for break-point 2019-02-19 11:10:30 +01:00
Gregor Wolf
225fa0b29a Add ztest_excel_image_header to demos 2019-02-19 10:09:08 +00:00
Gregor Wolf
d3fd799e5b Remove beak-point + pretty print 2019-02-19 10:08:05 +00:00
Gregor Wolf
09b6b5f162
Merge pull request #595 from mfallen/headerfooter
Header Footer Image
2019-02-19 10:55:44 +01:00
mfallen
d1c74a18e4 Update XSTRING conversion 2019-02-19 07:47:30 +01:00
mfallen
0a17f7f14a IMAGE_HEADER_FOOTER 2019-02-19 07:37:22 +01:00
mfallen
f6b2a0218d Update of Test program 2019-02-19 07:01:14 +01:00
Gregor Wolf
06d10d1f11
Merge pull request #596 from gregorwolf/master
Add ZDEMO_EXCEL_COMMENTS to demo
2019-02-18 17:21:41 +01:00
Gregor Wolf
fe4a166782
Merge pull request #594 from AtomKrieg/master
fix #587
2019-02-18 17:12:09 +01:00
Gregor Wolf
3481ca8b76 Add ZDEMO_EXCEL_COMMENTS to demo 2019-02-18 16:10:37 +00:00
mfallen
d907d03e28 Header Footer Image
including a test program
2019-02-18 07:23:15 +01:00
AtomKrieg
2cb048d5bb new abapgit
fixed some diffs
2019-02-17 21:18:37 +03:00
Gregor Wolf
66e82266c3
Add abaplint badge 2019-02-17 15:43:06 +01:00
Gregor Wolf
bca0b78d41
# 2019-02-17 15:42:39 +01:00
Gregor Wolf
a5b80e4700
Update documentation link 2019-02-17 11:47:19 +01:00
AtomKrieg
a5194c647b fix comments on second sheet
https://github.com/sapmentors/abap2xlsx/issues/587
2019-02-17 11:35:01 +03:00
AtomKrieg
ac3f47c704 Merge branch 'sapmentors-master' 2019-02-16 10:33:42 +03:00
AtomKrieg
83d4cc5dd5 Resolved merge conflict by keeping clfinal flag 2019-02-16 10:32:31 +03:00
Gregor Wolf
f3d46100a4
Merge pull request #592 from gregorwolf/master
700 support #562 and abaplint check
2019-02-11 18:39:27 +01:00
Gregor Wolf
ec08afe506 700 support#562 2019-02-11 18:36:56 +01:00
Gregor Wolf
42a85aaa18 700 support #562 2019-02-11 17:33:24 +00:00
Gregor Wolf
76f08196b3 Do not yet check for breakpoints 2019-02-11 18:29:40 +01:00
Gregor Wolf
2a5929502b abaplint 2019-02-11 18:13:26 +01:00
Gregor Wolf
ffb840e113 Merge branch 'master' of https://github.com/gregorwolf/abap2xlsx 2019-02-11 18:12:11 +01:00
Gregor Wolf
e45d2c9274 700 support #562 2019-02-11 17:11:56 +00:00
Gregor Wolf
695bd3d8b9 Merge branch 'master' of https://github.com/gregorwolf/abap2xlsx 2019-02-11 18:03:40 +01:00
Gregor Wolf
6bf5141b00 Pretty print in GET_TABLE 2019-02-11 17:03:14 +00:00
Gregor Wolf
a6fd716ae9
Merge pull request #591 from gregorwolf/master
Add example for #565
2019-02-11 17:43:46 +01:00
Gregor Wolf
e29c54d3d1 Merge branch 'master' of https://github.com/gregorwolf/abap2xlsx 2019-02-11 17:42:40 +01:00
Gregor Wolf
8a7918eb11 Add example for #565
Example how to use zcl_excel_common%3D>excel_string_to_date
2019-02-11 16:41:01 +00:00
Gregor Wolf
f975eb78b5 Link tag abap2xlsx #589 2019-02-10 09:14:00 +01:00