I am using a command line export to xls like the sample.

GATEWAY EXPORT XLS Customers_123.xls +

SELECT +

Company AS `Company Name`, +

CustID AS `Customer ID`, +

CustAddress AS `Company Address`, +

(CustCity+','&CustState&CustZip) AS `City, State, and Zip Code` +

FROM Customer ORDER by Company +

OPTION COL_NAMES ON +

|TAB_NAME Customer List



Is there a way to export to xlsx? The reason being is xlsx is a smaller file 
size.



TIA



Dan Goldberg

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to