While exporting data, the spreadsheet template file is cloned to create a new file
which is then used by the
Export Wizard to write
data of the selected column in the wizard. Column (factor) information (such as
description, validation rules etc.) is also exported into the "Factor__Info" worksheet
of the cloned file.
When the workbook is opened, the worksheet will be formatted by the embedded code
(in the file itself) using the column information in the "Factor__Info" worksheet.
data validation will also be setup for columns that have validation rules available.
To
delete the validation rules from the
worksheet, follow these steps
- Select all cells in the worksheet
- Click on [ data > Validation ] menu of Excel
- Excel will prompt "Erase current settings and continue?"
- Click on [ Yes ] to remove the validation rules
- Then click on [ Ok ] to return to the worksheet.
Where are the template files?
The <externalAppSettings> section of .config file has following entries for
template file which are in the "Template" folder of Katmandoo (eg C:\Program Files\Katmandoo2\Template):
- <add key="XLDataEntryTemplateFileName" value="XLDataEntryTemplate_v2.2.09.01.xls"
/>
- <add key="XL12DataEntryTemplateFileName" value="XLDataEntryTemplate_v2.2.09.01.xlsm"
/>
- <add key="XLReportingTemplateFileName" value="XLReportingTemplate_v2.2.09.01.xls"
/>
- <add key="XL12ReportingTemplateFileName" value="XLReportingTemplate_v2.2.09.01.xlsm"
/>
- <add key="XLTrialDesignMapTemplateFileName" value="XLTrialDesignMapTemplate_v2.2.09.01.xls"
/>
- <add key="XL12TrialDesignMapTemplateFileName" value="XLTrialDesignMapTemplate_v2.2.09.01.xlsm"
/>
Please note:
- Version (eg v2.2.09.01) will change when Katmandoo
is upgraded.
- XL is for Excel 97-2003 where as XL12 for Excel
2007 or later.