Create and read an Excel file, cf.
<https://howtodoinjava.com/java/library/readingwriting-excel-files-in-java-poi-tutorial/>

To compile the Java (.xlsx only) program:

        javac FormattingDemo.java

To run the Java (.xlsx only) program:

        java  FormattingDemo

To run the ooRexx programs (they handle both, .xls and .xlsx):

        rexx FormattingDemo.rxj


rgf, 20260201
