Skip to content

Releases: cewi/excel

fix tests

12 Oct 14:09
ea48c1b

Choose a tag to compare

0.2.2

Update ArticlesFixture.php

add test for new method

12 Oct 07:32
84c9a74

Choose a tag to compare

add test for setFilename() method in ExcelHelper

add method for changing filename for downloads

11 Oct 23:01
61c85d2

Choose a tag to compare

also some improvement on docs

bugfix release

18 Apr 06:02
f289700

Choose a tag to compare

changed deprecated function in ExcelView

Cake 3.6 Compatbility

15 Apr 19:05

Choose a tag to compare

  • update deprecated functions.
  • update docs.

improved data handling

06 Sep 21:32

Choose a tag to compare

The Helper now honors the the type of submitted data and sets the correct excel cell type.
Currently only works for strings numbers and dates:

  • For strings and dates Excel cells will be of type string.
  • For any numeric input, cell type will be numeric.

first release

24 Aug 19:36

Choose a tag to compare

This plugin is now out for a while and used by some people. I thought it's now time for the first release.