mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-04 20:28:22 +08:00
Generate your professional Excel spreadsheet from ABAP
abapbackenderpexcelexcel-exportexcel-importexcelgeneratorexcelreaderexcelwriterhacktoberfestopen-sourcesapsap-netweaver
![]() * Convert fields with date Ignore decimals when converting to date and ignore integer when converting to time Fix #1132 * New ip_exact parameter of excel_string_to_date - I'm not comfortable about changing the logic in `excel_string_to_date`, in case other people have implemented a "-1 day" fix after the call, so I added a parameter `ip_exact` to keep an ascending compatibility. - I reused the old structure of unit tests to simplify the diff - fix #1205 (I added this time issue that you fixed, the original issue mentioned only the date issue) --------- Co-authored-by: sandraros <sandra.rossi@gmail.com> |
||
---|---|---|
.github/workflows | ||
docs | ||
src | ||
test | ||
_config.yml | ||
.abapgit.xml | ||
.gitignore | ||
.npmrc | ||
abap_transpile.json | ||
abaplint-app.json | ||
abaplint-steampunk.json | ||
abaplint.json | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
README.md |
abap2xlsx - Read and generate Excel Spreadsheets with ABAP
For general information please refer to the blog series abap2xlsx - Generate your professional Excel spreadsheet from ABAP and the documentation. Please refer to the official wiki for the abapGit installation guide. Note that the Demo programs are provided in a separate repository, and can be installed after abap2xlsx.
For questions, bug reports and more information on contributing to the project, please refer to the contributing guidelines.
Version support: minimum tested version is SAP_ABA 731, it might work on older versions still but we need volunteers to test it.