To export all the column data in particular view of a module into excel through DXL scripting
4 answers
Shiraam,
The built-in Excel exporter provides this functionality, and the DXL which implements it is available unencrypted, as an example, in DOORSHOME\lib\dxl\standard\export\office\excel.dxl.
It uses OLE automation DXL, as described in the DXL manual section titled Automation Client Support.
Cheers,
Stuart.
The built-in Excel exporter provides this functionality, and the DXL which implements it is available unencrypted, as an example, in DOORSHOME\lib\dxl\standard\export\office\excel.dxl.
It uses OLE automation DXL, as described in the DXL manual section titled Automation Client Support.
Cheers,
Stuart.
Hey Stuart,
Thats not what I am looking for.Any ways thanks.
What I need is is to run a script in a executable module. I have already automated in such a way that my script will open a module(Exclusive edit mode) in particular view.
I got stuck up in exporting all the column data into an EXCEL Sheet.
I dont need to use OLE automation.This script (DOORSHOME\lib\dxl\standard\export\office\excel.dxl.
)when I run in Exclusive edit mode has many errors.
Please help me.
-Shriraam