Previous Topic

Next Topic

Book Contents

Book Index

Decollating CSV reports

The %%$CELL option can be used in DO SET statements of the decollation mission definition to extract values from the Excel cells to variables.

You can use this option to generate the following types of CSV reports:

The following examples demonstrate ways to extract values from Excel cells to variables. You can find these examples in the DEMOCSV member of the CTD REPORTS library.

DO SET %%B2=%%$CELL(B2)

DO SET %%A=%%$CELL(A)

Parent Topic

Microsoft Excel document processing