Configuration

This section describes the configuration options for XLS importer.

Adding configuration needs a TCA defined table.

Module Setup

Add the TypoScript setup as usual to your sitepackage extension configuration file mysitepackage/Configuration/TypoScript/setup.typoscript:

module.tx_xlsimport {
    settings {
        allowedTables := addToList(tt_address)
    }
}

Every TCA defined table could be used. Field names are taken by locallang files, so localization is done.