function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jonathan Wolff 7Jonathan Wolff 7 

How to use apex to create xlsx

Hi, I found a GitHub page how to create a xlsx by using apex class. I used the "deploy to salesforce"-button. The deployement was successfull but I do not now what to do, so I can use the code for xlsx-creation.

The side that I used: GitHub - RaymarMonte/apex-create-xlsx: A guide and example on how to create Excel .xlsx files on Apex Programming Language

Greetings
Jonathan
VinayVinay (Salesforce Developers) 
Hi Jonathan,

Check below reference for details on how to generate xlsx from apex class.

https://salesforce.stackexchange.com/questions/130300/generate-xlsx-file-from-apex
https://newbedev.com/generate-xlsx-file-from-apex

Thanks,