Download the PHP package wabisoft/spreadsheetobject without Composer
On this page you can find all versions of the php package wabisoft/spreadsheetobject. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wabisoft/spreadsheetobject
More information about wabisoft/spreadsheetobject
Files in wabisoft/spreadsheetobject
Download wabisoft/spreadsheetobject
More information about wabisoft/spreadsheetobject
Files in wabisoft/spreadsheetobject
Vendor wabisoft
Package spreadsheetobject
Short Description CSV, XLS and XLSX files to code to use in Twig.
License proprietary
Package spreadsheetobject
Short Description CSV, XLS and XLSX files to code to use in Twig.
License proprietary
Please rate this library. Is it a good library?
Informations about the package spreadsheetobject
How to use
This returns an array of items:
- title
- columnCount
- rows
Options
Supports:
sheet
- integer of the sheet to import. Defaults to 1;removeRow
- integer of row to delete. Defaults to falseremoveColumn
- letter value of column to delete. Defaults to falseremoveColumnByIndex
- index value, starting at 1, of column to delete. Defaults to false
Example:
Configuration Options
If the table results should be stored in the database for subsequent reading.
Commands
Plugin will watch for deleted and updated assets but if you want to flush all the records:
Helper Macro
A helper macro is exposed at _table-helper
which is compatible with table, row and cells.
A simple table example:
Full example:
See: template code
Row only example
Row helper accepts same options object as full table
See: template code
All versions of spreadsheetobject with dependencies
PHP Build Version
Package Version
Requires
craftcms/cms Version
^4.0.0
php Version ^8.0
phpoffice/phpspreadsheet Version ^1.23
wabisoft/framework Version ^1.1.0
php Version ^8.0
phpoffice/phpspreadsheet Version ^1.23
wabisoft/framework Version ^1.1.0
The package wabisoft/spreadsheetobject contains the following files
Loading the files please wait ....