Abap2xlsx Versions Save

Generate your professional Excel spreadsheet from ABAP

v7.16.0

1 year ago

+ : new feature * : bug fix ! : feature modification - : feature removed

What's Changed

! the demo programs are now kept in a separate repository; previously they were a subpackage of this project. * zdemo_excel20 shows old abap2xlsx URL by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/963 ! ip_style TYPE any + add_new_style( io_clone_of = ) by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/929 ! release7.15.0 by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/957 * Handle exceptions in demo programs by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/962 ! screenshot with new URL of abap2xlsx project by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/967 * remove CONDENSE from formulas by @AndreaBorgia-Abo in https://github.com/abap2xlsx/abap2xlsx/pull/968 * Read XLSX from third-party providers (namespaces) by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/935 * Fix demo programs 3 and 33 by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/956 * GET_TABLE skip bottom empty rows by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/959 * BIND_TABLE incorrect table overlap check by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/964 * Reader called twice loses formatting by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/965 + Add missing exception handling by @aspeitkamp in https://github.com/abap2xlsx/abap2xlsx/pull/974 * Fix apack manifest 7.15.0 by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/975 + comments support in reader, initial version by @AndreaBorgia-Abo in https://github.com/abap2xlsx/abap2xlsx/pull/976 * Fix set_cell overflow big value type int8 by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/979 * Fix FAQ link to TestMacro.xlsm by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/987 + zdemo_excel29 demo file from Web Repository by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/989 ! move folders to archive repository by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/991 ! Refactor headings logic in BIND_TABLE by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/960 * SET_CELL use output length for conversion exits by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/982 * SET_CELL_FORMULA sets formula in wrong cell by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/961 + Reader: custom paper height and width by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/984 ! Delete objects moved to abap2xlsx/demos repository by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/998 ! Update abapGit-installation.md by @AndreaBorgia-Abo in https://github.com/abap2xlsx/abap2xlsx/pull/1001 ! README about the demos repository by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/1005 * remove leftover int8 declaration ( fix #1007 ) by @AndreaBorgia-Abo in https://github.com/abap2xlsx/abap2xlsx/pull/1008 ! finish moving demo-related files (delete from old) by @AndreaBorgia-Abo in https://github.com/abap2xlsx/abap2xlsx/pull/1009 * Fix #1011 exception ZCX_EXCEL is not caught by @gregorwolf in https://github.com/abap2xlsx/abap2xlsx/pull/1016 ! replace pass by value with pass by reference by @gregorwolf in https://github.com/abap2xlsx/abap2xlsx/pull/1022 ! docs: add missing full stop by @schmelto in https://github.com/abap2xlsx/abap2xlsx/pull/1023 - remove unused subpackage definition by @AndreaBorgia-Abo in https://github.com/abap2xlsx/abap2xlsx/pull/1024 + add steampunk linting setup by @larshp in https://github.com/abap2xlsx/abap2xlsx/pull/925 ! Replace Pass by value with reference by @pksingh78 in https://github.com/abap2xlsx/abap2xlsx/pull/1027 ! ReplacePass by value with reference-1 by @pksingh78 in https://github.com/abap2xlsx/abap2xlsx/pull/1028 + Create publishing-a-new-release.md by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/966 - Remove apack by @AndreaBorgia-Abo in https://github.com/abap2xlsx/abap2xlsx/pull/1029 ! replace use of ixml_iid_element by @larshp in https://github.com/abap2xlsx/abap2xlsx/pull/1036 ! replace use of DTEL FIELDNAME by @larshp in https://github.com/abap2xlsx/abap2xlsx/pull/1035 ! update abaplint configuration by @larshp in https://github.com/abap2xlsx/abap2xlsx/pull/1033 ! replace use of TABFDPOS by @larshp in https://github.com/abap2xlsx/abap2xlsx/pull/1034 * fixed column freeze error by @bigld in https://github.com/abap2xlsx/abap2xlsx/pull/1042 * endless loop in bind_table by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/1044 * ZABAPGIT_STANDALONE instead of ZABAPGIT_FULL by @sandraros in https://github.com/abap2xlsx/abap2xlsx/pull/1047 * adopt default style when setting format for date / time by @AndreaBorgia-Abo in https://github.com/abap2xlsx/abap2xlsx/pull/1025 * enable 255 cell header with table binding by @bigld in https://github.com/abap2xlsx/abap2xlsx/pull/1051 + Release 7.16.0 by @AndreaBorgia-Abo in https://github.com/abap2xlsx/abap2xlsx/pull/1053

New Contributors

Full Changelog: https://github.com/abap2xlsx/abap2xlsx/compare/v7.15.0...v7.16.0

7.15.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/abap2xlsx/abap2xlsx/compare/7.14.0...7.15.0

v7.15.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/abap2xlsx/abap2xlsx/compare/7.14.0...7.15.0

7.14.0

2 years ago
+ new feature
* fix
! other change

---------------------------------------------------------

+ changelog
+ Add ability to generate report from template
+ Multiple Styles in One Cell ("rich text format")
+ Bind ALV with non-displayed SALV data
+ new feature "Ignored Errors"
+ new feature "Calculated Columns"

* Read range of print titles
* Ignore invalid Excel Table names
* better error message for ZDEMO_EXCEL25
* SET_CELL_FORMULA: set formula even if cell was uninitialized

! Refactor ABAP Cloud: column width based on SAP font
! Refactor ABAP Cloud: DDIC references changed
! Refactor ABAP Cloud: collection classes
! Refactor: split unit tests into one method per case
! pretty print zcl_excel_worksheet
! Refactor: replace all macros with methods

What's Changed

New Contributors

Full Changelog: https://github.com/sapmentors/abap2xlsx/compare/7.1.0...7.14.0

v7.14.0

2 years ago
+ new feature
* fix
! other change

---------------------------------------------------------

+ changelog
+ Add ability to generate report from template
+ Multiple Styles in One Cell ("rich text format")
+ Bind ALV with non-displayed SALV data
+ new feature "Ignored Errors"
+ new feature "Calculated Columns"

* Read range of print titles
* Ignore invalid Excel Table names
* better error message for ZDEMO_EXCEL25
* SET_CELL_FORMULA: set formula even if cell was uninitialized

! Refactor ABAP Cloud: column width based on SAP font
! Refactor ABAP Cloud: DDIC references changed
! Refactor ABAP Cloud: collection classes
! Refactor: split unit tests into one method per case
! pretty print zcl_excel_worksheet
! Refactor: replace all macros with methods

What's Changed

New Contributors

Full Changelog: https://github.com/sapmentors/abap2xlsx/compare/7.1.0...7.14.0

7.1.0

6 years ago

New version after moving to abapGit

7.0.7

6 years ago

7.0.6

9 years ago