new
It is necessary to initiate the dmmXLS XTRA before the first use.
Example - Director
global xls
openXlib the pathName&"dmmXLS.x32"
xls=new(xtra "dmmXLS")
If the library dmmXLS.x32 is located in the XTRAS folder it is enough to insert
global xls
xls=new(xtra "dmmXLS")
Example - Authorwarexls:=NewObject("dmmXLS")