Skip to content

Releases: xola/XolaReportWriterBundle

v1.0 Support for flattening headers

10 Aug 10:27
56a4fdb
Compare
Choose a tag to compare

What's Changed

  • XOL-6302 Symfony 4.4 Upgrade by @anush in #14
  • XOL-6654 Flattening the headers in ExcelWriter according to updated report structure by @last-stand in #15

Full Changelog: v0.8...v0.9

v0.8 Support separators and formatting

26 May 06:19
9b3e009
Compare
Choose a tag to compare
XOL-5937 Handle separators and formatting (#13)

v0.7 Support for Symfony 3

07 Apr 05:04
6d0f402
Compare
Choose a tag to compare
XOL-4975 Support for Symfony 3 (#12)

* XOL-4975 removed `composer.lock` from version control

* XOL-4975 fixed Symfony 2.8 deprecations

* XOL-4975 upgraded to phpunit 7

* XOL-4975 fixed phpunit config issue

* XOL-4975 fixed phpunit `setUp` function signature

* XOL-4975 fixed phpunit `setUp` function signature

* XOL-4975 fixed phpunit `tearDown` function signature

* XOL-4975 do not fail on warnings

Upgrade to PHPSpreadsheet

23 Oct 21:10
88cca4e
Compare
Choose a tag to compare
XOL-4064 Upgrade to PHPSpreadsheet (#9)

XOL-4064 Upgrade to PHPSpreadsheet

v0.5.1 Date Time Formatting

11 Dec 07:59
6aab4ea
Compare
Choose a tag to compare
CS-3381 Flexible date formatting (#7)

v0.5 Set DateTime format on applicable cells

11 Dec 07:04
dbff2d3
Compare
Choose a tag to compare
CS-3381 Set date time formats when export contains DATEVALUE and TIME…

v0.4 Bug Fix

28 Feb 08:22
24b12f4
Compare
Choose a tag to compare
Merge pull request #5 from mightytroll/XOL-3823

XOL-3823 Report Builder - Exports

v0.3 Fix to write 0 values into excel cells

02 Feb 04:54
Compare
Choose a tag to compare
Merge pull request #4 from rushi/XOL-2734

XOL-2734 Fix for writing 0 integer values into the cell

v0.2 Fix auto column width for multi-row headers

01 Feb 23:51
Compare
Choose a tag to compare
Merge pull request #3 from rushi/XOL-2734

XOL-2734 Fix column auto-width calculation

v0.1 Draft release

29 Jan 08:14
Compare
Choose a tag to compare
Merge pull request #2 from rushi/XOL-2733

XOL-2733 Better abstraction of report writers