David,
Really?  This is probably going to be an environment issue 
related to how we set up the system environment and where
stuff resides/works.  Kinda has minimum relevance to RPG. 
Just asking...?
"CONFIDENTIALITY NOTICE:  This e-mail transmission (and/or the attachments 
accompanying it) contain confidential information belonging to the sender. 
 The information is intended only for the use of the intended recipient. 
If you are not the intended recipient, you are hereby notified that any 
disclosure, copying, distribution or the taking of any action in reliance 
on the contents of the information is strictly prohibited.  Any 
unauthorized interception of this transmission is illegal under the law. 
If you have received this transmission in error, please promptly notify 
the sender by reply e-mail, and then destroy all copies of the 
transmission."
From:   David Gibbs <david@xxxxxxxxxxxx>
To:     Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Date:   02/23/2016 11:31 AM
Subject:        Re: Update Excel with RPG
Sent by:        "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
On 2/17/2016 2:32 PM, broehmer@xxxxxxxxxxxxxxx wrote:
POI does it starting with version 3.7, here is a Java example:
Workbook wb = new HSSFWorkbook(); //or new XSSFWorkbook();
Sheet sheet = wb.createSheet();
sheet.setAutoFilter(new CellRangeAddress(0,100,0,10));
This thread would be more appropriate on the RPG400-L list (
http://mlists.org/rpg400-l).
david
As an Amazon Associate we earn from qualifying purchases.