Skip to content

hoogi91/spreadsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 Extension spreadsheets

Version Tests Coverage License Documentation

composer req hoogi91/spreadsheets

Features

  • Supporting editors & authors by providing
    • Worksheet selection by name (after selecting file)
    • (optional) cell selection after Worksheet has been selected
    • fluid based content element to display worksheet as HTML table in frontend
  • Supporting developers by providing
    • TCA renderType to easily add spreadsheet selection
    • option to enable/disable cell selection
    • option to allow definition of interpreting selection (row-/col-based)
    • DataProcessor to extract spreadsheet cell data into usable objects

Contribution

Pull Requests are gladly welcome! Nevertheless please don't forget to add an issue and connect it to your pull requests. This is very helpful to understand what kind of issue the PR is going to solve.

Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue.

Features: Not every feature is relevant for the bulk of users. It helps to have a discussion about a new feature before you open a pull request.