Problem Statement:
Attempts to convert .xlsb files into .xlsx format using a custom plugin were unsuccessful.
Suggested Approach:
To resolve this, a custom handler has been developed using the Apache POI API. This handler reads .xlsb files and converts them into .xlsx format.
Steps to Use the Solution:
- Place the attached XSLB2XLSXConvertor.jar file into the ext folder.
- Use the provided custom plugin CP_Convert_XSLB_to_XLSX.txt for the conversion process.
- Restart the runtime environment after placing the compiled JAR in the ext folder.
Note:
The converter preserves the sheet structure and data from the source .xlsb file. However, it does not retain cell styles or formatting from the original file.
Comments
0 comments
Please sign in to leave a comment.