Abo
a9be231d99
remove CHAR_02 domain ( #747 )
...
WIP #692
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-03-20 14:20:06 +01:00
Abo
6b7d38cd8b
abapGit format update ( #748 )
2021-03-20 14:19:03 +01:00
sandraros
a0e234958b
AUnit warning zcl excel reader huge file "# au > "#au #739 ( #742 )
...
* Fix #739 AUnit warning ZCL_EXCEL_READER_HUGE_FILE
Useless warning in ABAP Unit tests of ZCL_EXCEL_READER_HUGE_FILE (reason: extra space "# AU -> "#AU) #739
* remove #AU everywhere in abap2xlsx
Co-authored-by: Jane Doe <Jane.Doe@World.com>
Co-authored-by: sandraros <sandra.rossi@gmail.com>
2021-02-21 16:12:15 +01:00
Abo
0a907d27de
Remove doma ZEXCEL_BOOLE01 ( #738 )
...
* remove ZEXCEL_SHEET_PROTECTION_BOOL
this dtel uses doma ZEXCEL_BOOLE01
* remove ZEXCEL_CONDITIONAL_SHOW_VALUE
this dtel uses doma ZEXCEL_BOOLE01
* ZEXCEL_BOOLE01
it was used by:
dtel ZEXCEL_SHEET_PROTECTION_BOOL
dtel ZEXCEL_CONDITIONAL_SHOW_VALUE
* fixed spurious edit of .abapgit.xml
2021-02-21 11:21:07 +01:00
Pascal Möller
bd8975ec66
Possibility to get the fieldcatalog with mandt ( #732 )
...
* Possibility to get the fieldcatalog with mandt
In some cases i need the mandt in the table.
Normally it is hidden but can be displayed if necessary
* adjusted code style
2021-02-10 09:08:57 +01:00
Abo
976c3c1d3c
cleanup types in zif_excel_book_protection ( #721 )
...
* cleanup types in zif_excel_book_protection
fixes #720
* cleanup types in zif_excel_book_protection
fixes #720
2021-02-04 14:12:03 +01:00
Abo
ccd0fb8740
fixes #716 ( #719 )
...
* changed demo links
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-01-09 12:07:10 +01:00
Abo
f11a2762cf
fixes #716 ( #718 )
...
* removed broken screenshots on plinky.it (parked domain)
* added disclaimer
2021-01-09 11:48:36 +01:00
Abo
6c92a7f1ee
remove XFELD ( #714 )
...
see https://github.com/sapmentors/abap2xlsx/issues/692
2021-01-04 16:59:45 +01:00
Gregor Wolf
41823b64c9
Dynamic prefill of date ( #713 )
2021-01-02 10:35:42 +01:00
Stefan Rutzmoser
719fe85ef8
Fix in demo 11: Field-symbol usage ( #712 )
...
Do not rely on IF ... IS ASSIGNED for a field symbol inside a LOOP
2020-11-19 10:10:48 +01:00
Abo
482d04b1b3
Update abapGit-installation.md ( #711 )
2020-11-18 05:59:50 +01:00
Gregor Wolf
240f8cc126
Improve Documentaiton ( #710 )
...
* Cleanup dead links in Wiki
* Prefil question title with [abap2xlsx]
2020-11-11 10:22:47 +01:00
Gregor Wolf
7dd3e882fd
Improvements to the readme and documentation ( #709 )
2020-11-10 19:04:54 +01:00
Stefan Rutzmoser
1c276c6027
Fix package errors ( #708 )
...
* Fix package check errors
* Bump version number to 7.2.0
2020-11-10 18:21:38 +01:00
Stefan Rutzmoser
74c1a543cd
Feature: Enable custom converters ( #707 )
...
* Feature: Enable custom converters
Added method get_supported_class to ZIF_EXCEL_CONVERTER.
Implement your own converter by implementing this interface
and tell via the new interface method which class you support.
All instanceable implementations of the interface will be found
automatically.
* Fix abapLint issues
2020-11-05 13:16:47 +01:00
Lars Hvam
5bc24b234c
update linter config, omit RECEIVING ( #705 )
2020-10-10 17:37:13 +02:00
Domi Bigl
17461f911b
move some includes and WDA to demo package ( #702 )
2020-10-07 12:15:17 +02:00
Domi Bigl
7297f97349
harmonize demo report titles ( #700 )
2020-10-01 22:29:48 +02:00
Domi Bigl
5a9408b685
Change package assignment of demo reports ( #699 )
...
* change package assignment of demo reports
* change package assignment of demo reports
2020-10-01 21:16:28 +02:00
Lars Hvam
c36800ee49
update linter config, plus remove identical N01 condition ( #696 )
...
* update linter config, plus remove identical N01 condition
* add deps
2020-09-19 08:14:14 +02:00
Lars Hvam
5eae938b01
replace boolean with abap_bool ( #694 )
2020-09-19 08:11:03 +02:00
Lars Hvam
100e534c4a
update to latest abapGit format ( #693 )
2020-09-17 17:56:42 +02:00
Lars Hvam
09f4cb0550
readme: remove badge ( #691 )
2020-09-17 17:45:05 +02:00
Domi Bigl
b48e0bf3cf
increase number of fields in fieldcat - CONVERTER ( #683 )
...
fixes #680
2020-08-13 19:27:52 +02:00
Lars Hvam
88ac30f84c
update linter config, remove some unused variables ( #685 )
...
* update linter config
* teched9 demo, cleanup unused variables
* 28 and 29, cleanup unused variables
* remove few more
2020-08-12 08:48:15 +02:00
psio3123
3e780bb65e
Fixed ShowDropDown Constant ( #670 )
...
Enable display of DropDownList when using inline value list
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-08-09 12:19:33 +02:00
psio3123
701e8a197e
Enable ValidationStyle ( #671 )
...
Enable Validation Style (Error/Warning/...) for Value Lists
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-08-09 12:16:28 +02:00
Domi Bigl
37ad2fd68a
improve handling of multiple CF rules and ranges ( #682 )
2020-07-21 22:22:20 +02:00
srps
5a33253f0e
Bug fix - add INT4 support ( #679 )
...
* Bug fix - add INT4 support
* Update abaplint.json
* Update abaplint.json
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-07-20 20:58:41 +02:00
Domi Bigl
3b7f7f7b04
get INT8 typekind dynamic ( #676 )
2020-07-02 06:39:20 +02:00
JuvickAul
1c7e527a3b
Reading corrupted xlsx file ( #663 )
...
A cell contained text in the original template. It was lated deleted. But apparently a link to SharedStrings from the cell was not removed. An exception occurred after downloading and opening the file via ZCL_EXCELL_READER_2007 class. All operations until ZCL_EXCEL_READER_2007 were done using other tools.
2020-04-28 17:28:58 +02:00
Lars Hvam
0de59b65c7
upper case interfaces ( #662 )
...
* upper case interfaces
* add some naming conventions
2020-04-26 21:07:54 +02:00
Lars Hvam
49d78bfe35
remove tabs, remove seq empty lines ( #660 )
...
LGTM
2020-04-19 16:15:07 +02:00
Dennis Schaaf
718b15091e
ATC check cleared ( #657 )
...
* ATC check cleared
removed SELECT * from USR01
removed empty SELECT...ENDSELECT on URS01
* Removed Inerface method implementation
ZIF_EXCEL_READER~CAN_READ_FILE was implemented but this method is not defined anymore in the Interface.
ATC check failed with incorrect syntax.
Solution: Method implementation deleted.
2020-04-17 11:06:58 +02:00
bhavesh4321
c48484d6dc
Update zcl_excel_writer_2007.clas.abap ( #654 )
...
* Update zcl_excel_writer_2007.clas.abap
* dummy change
* revert
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-03-24 08:20:08 +01:00
Stefan Rutzmoser
1d76e44a83
Fix: Support ranges without stop row/column ( #649 )
...
Co-authored-by: Stefan Rutzmoser <Stefan.Rutzmoser@msg.group>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-03-17 08:03:31 +01:00
Lars Hvam
efdcf131b0
update abaplint configuration
2020-03-02 12:09:38 +01:00
Lars Hvam
8ea5ab07ea
update abaplint config to latest ( #645 )
...
* update abaplint config to latest
* remove whitespace
2020-01-23 09:00:14 +01:00
Manuel Laggner
df80e6fd74
remove illegal files from the XML ( #644 )
...
according to the SAP note 1750204 we can use the method IF_IXML_OSTREAM->SKIP_NON_XML_CHARACTERS to strip out illegal characters for XML rendering.
Since this method needs a kernel version with builtin support, I've made the call dynamically in a try/catch block to support systems with a lower kernel too.
This patch fixes the issues from #298 (at least for us)
2020-01-22 14:40:44 +01:00
Lars Hvam
b9a787afd6
fix REPORT names ( #642 )
2020-01-04 11:50:47 +01:00
Lars Hvam
3d0338aa8a
enable additional abaplint rules ( #641 )
2020-01-04 11:07:17 +01:00
Gregor Wolf
0446c85866
Update link and translation for calendar ( #640 )
2020-01-01 18:22:33 +01:00
striezl
36ea883d33
Fix #637 ( #638 )
...
LGTM. Thanks.
2019-10-30 07:20:30 +01:00
IBN
5053bf93a2
Issue #626 ( #636 )
2019-10-05 14:13:42 +02:00
Enno
2f7b9482d9
added description column for demo show report ( #635 )
...
* added description column for demo show report
* added description column for demo show report 2
2nd try
2019-10-01 16:49:07 +02:00
Gregor Wolf
2399f4aadd
Fill second sheed with data to avoid print issues ( #631 )
2019-09-29 19:57:36 +02:00
Gregor Wolf
7712316e9d
Fill second sheed with data to avoid print issues ( #630 )
2019-09-29 19:52:35 +02:00
mfallen
d104e020f3
Error headerfooter ( #603 )
...
Error (again?) when using more than 1 sheet
2019-09-29 19:07:29 +02:00
AtomKrieg
8938dba50f
remove boilerplate: create/render ixml_document ( #605 )
...
also clear "dead code"
2019-09-29 17:40:48 +02:00