Installation 

Target group: Administrators

The extension needs to be installed as any other extension of TYPO3 CMS:

  1. Switch to the module "Extension Manager".
  2. Get the extension

    1. Get it from the Extension Manager: Press the "Retrieve/Update" button and search for the extension key spreadsheets and import the extension from the repository.
    2. Get it from typo3.org: You can always get current version from http://typo3.org/extensions/repository/view/spreadsheets/ by downloading either the t3x or zip version. Upload the file afterwards in the Extension Manager.
    3. Use composer: execute composer req hoogi91/spreadsheets where your composer.json is located.

Latest version from git 

You can get the latest version from git by using the git command:

git clone git@github.com:hoogi91/spreadsheets.git
Copied!

Preparation: Include static TypoScript 

The extension ships some TypoScript code which needs to be included.

  1. Switch to the root page of your site.
  2. Switch to the Template module and select Info/Modify.
  3. Press the link Edit the whole template record and switch to the tab Includes.
  4. Select Spreadsheets (spreadsheets) at the field Include static (from extensions):
Static Typoscript Configuration