Modern, searchable abap2xlsx documentation β€” now live (AI-assisted). Please help validate!

Intro I’m happy to announce a modern, VitePress-based documentation site for abap2xlsx that I put together to make the library easier to approach and use: https://kartefact.github.io/abap2xlsx-docs/. Why I built this abap2xlsx is a powerful, community-driven project for reading and generating Excel ...

SAP Community
Simplify abap2xlsx: Convention Over Configuration for ABAP Excel Exports

Streamline Your Data Export Experience with a Simplified abap2xlsx Interface Fellow ABAP developers! I'm excited to share an enhancement to the popular abap2xlsx framework that addresses a common pain point: the complexity of setting up Excel exports and handling nested data structures. The Real Cha...

SAP Community
Can I manipulate a CSV with #ABAP2XLSX (read, process, write)? And no, I don't have a DDIC structure for the table, so workbook->set_table doesn't work.
Haven't found an example yet.
#abap
Anyone know, how to convert an Excel Formula into the value displayed in Excel, when using #ABAP2XLSX ? GET_CELL just gives the formula but the ep_value is initial.
I had hoped it would return the value as seen by the Excel user. πŸ˜•