Adrien Loison 9f4c094fa0 Cell alignment
This PR adds support for cell alignment for XLSX and ODS files.
You can now align the content of the cells this way:
```
use Box\Spout\Common\Entity\Style\CellAlignment;
use Box\Spout\Writer\Common\Creator\Style\StyleBuilder;

$style = (new StyleBuilder())
    ->setCellAlignment(CellAlignment::RIGHT)
    ->build();
...
```

Possible cell alignments are: LEFT, RIGHT, CENTER and JUSTIFY.
2019-10-27 18:58:56 +01:00
..
2019-10-17 13:12:40 +00:00
2019-10-17 13:12:40 +00:00
2019-10-27 18:58:56 +01:00
2019-05-24 10:12:35 +02:00
2017-11-26 20:02:20 +01:00
2019-05-24 10:12:35 +02:00
2019-10-17 09:29:03 +00:00
2019-10-17 07:44:13 +00:00
2017-11-26 20:02:20 +01:00
2019-10-17 09:29:03 +00:00
2017-11-26 20:02:20 +01:00

Spout Documentation

Quickstart

  1. Install jekyll: sudo gem install jekyll
  2. Run the site locally: jekyll serve

Usage with Docker and Docker Compose

Editing the documentation

  • All documents relevant for the documentation are located in the _pages folder.