Closed
can we generate the excels in xlsx format in PEGA 5.5?
Currently we are using xls format to generate the excels. we got a requirement to generate the excels in xlsx format instead of xls. we are using the PEGA 5.5. we need to know whether PEGA 5.5 will support xlsx format or not.
You might want to use Apache POI 3rd party libraries to do this - https://poi.apache.org/spreadsheet/. Note that these APIs are available in the Pega platform from 6.1 GA onwards.