Releases: cewi/excel
Releases · cewi/excel
fix tests
add test for new method
add test for setFilename() method in ExcelHelper
add method for changing filename for downloads
also some improvement on docs
bugfix release
changed deprecated function in ExcelView
Cake 3.6 Compatbility
- update deprecated functions.
- update docs.
improved data handling
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
This plugin is now out for a while and used by some people. I thought it's now time for the first release.