PHPackages                             texnixe/kirby3-spreadsheet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. texnixe/kirby3-spreadsheet

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

texnixe/kirby3-spreadsheet
==========================

Kirby 3 plugin to include spreadsheet files as tables in Kirby textarea fields

1.2.0(6y ago)1260[2 issues](https://github.com/texnixe/kirby3-spreadsheet/issues)[4 PRs](https://github.com/texnixe/kirby3-spreadsheet/pulls)MITPHP

Since Dec 2Pushed 6y ago2 watchersCompare

[ Source](https://github.com/texnixe/kirby3-spreadsheet)[ Packagist](https://packagist.org/packages/texnixe/kirby3-spreadsheet)[ RSS](/packages/texnixe-kirby3-spreadsheet/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (4)Versions (7)Used By (0)

Kirby 3 Spreadsheet
===================

[](#kirby-3-spreadsheet)

Version 1.0.0

This plugin for Kirby 3 provides a KirbyTag that allows you to include a table inside a textarea field from a spreadsheet (Excel or CSV files).

Installation
------------

[](#installation)

### Download

[](#download)

[Download the files](https://github.com/texnixe/kirby-spreadsheet/archive/master.zip) and place them inside `site/plugins/kirby-spreadsheet`.

### Kirby CLI

[](#kirby-cli)

Installing via Kirby's [command line interface](https://github.com/getkirby/cli):

```
$ kirby plugin:install texnixe/kirby-spreadsheet

```

To update the plugin, run:

```
$ kirby plugin:update texnixe/kirby-spreadsheet

```

### Git Submodule

[](#git-submodule)

You can add the Kirby Spreadsheet plugin as a Git submodule.

```
$ cd your/project/root
$ git submodule add https://github.com/texnixe/kirby-spreadsheet.git site/plugins/kirby-spreadsheet
$ git submodule update --init --recursive
$ git commit -am "Add Kirby Spreadsheet"

```

Run these commands to update the plugin:

```
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive

```

### How to use

[](#how-to-use)

Insert the tag into a textarea field.

**Example**:

```
(spreadsheet: pricelist.xlxs class: pricelist)

```

### Options:

[](#options)

#### class

[](#class)

The class you want to use for the table. If no class is given, the default class is 'kirby-spreadsheet'. You can set a different default class in your `config.php`:

```
'texnixe.spreadsheet.tableClass' => 'kirby-spreadsheet'

```

#### header

[](#header)

Set to `false` if the table does not contain a header, default is `true`

```
(spreadsheet: pricelist.xlxs header: false)

```

#### sheet

[](#sheet)

Optional, the name of the worksheet.

```
(spreadsheet: pricelist.xlsx sheet: Table1)

```

License
-------

[](#license)

Kirby Spreadsheet is open-sourced software licensed under the MIT license.

Copyright © date Sonja Broda

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2347d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e89dc1e09ef4dbe7986140a861a0a2630011c6b8ad62f26e67e0ef10eb2f501c?d=identicon)[texnixe](/maintainers/texnixe)

---

Top Contributors

[![texnixe](https://avatars.githubusercontent.com/u/5312492?v=4)](https://github.com/texnixe "texnixe (1 commits)")

---

Tags

kirby3kirby3-pluginkirby3-cms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/texnixe-kirby3-spreadsheet/health.svg)

```
[![Health](https://phpackages.com/badges/texnixe-kirby3-spreadsheet/health.svg)](https://phpackages.com/packages/texnixe-kirby3-spreadsheet)
```

###  Alternatives

[fabianmichael/kirby-meta

Your all-in-one powerhouse for any SEO and metadata needs imaginable.

7011.3k1](/packages/fabianmichael-kirby-meta)[arnoson/kirby-vite

Vite helper for Kirby CMS

9763.1k3](/packages/arnoson-kirby-vite)[bvdputte/kirby-autopublish

Kirby plugin to schedule the automatic publishing of pages on a certain date+time. It is built to work with enabled cache.

358.7k](/packages/bvdputte-kirby-autopublish)[afbora/kirby-minify-html

Enable minify HTML output for Kirby

4117.4k1](/packages/afbora-kirby-minify-html)[bvdputte/kirby-fingerprint

Cache-busting utility to fingerprint assets (JS/CSS) in Kirby 3

1610.4k](/packages/bvdputte-kirby-fingerprint)[schnti/cachebuster

A plugin for Kirby 3 CMS to add modification timestamps to css and js files

108.5k1](/packages/schnti-cachebuster)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
