Skip to content

Releases: pjjonesnz/datatables-buttons-excel-styles

v1.2.0 - Major performance boost

15 Sep 03:08
Compare
Choose a tag to compare

See changelog for details

v1.1.5 - test conditional functions

27 Jun 04:08
Compare
Choose a tag to compare

Excel functions can be used to apply conditional styles to cells or entire rows or columns. These styles get updated live as you edit the excel sheet AFTER downloading it.

"condition": {
        "type": "expression",
        "formula": "AND($F3>150000,$F3<250000)"
},

v1.1.4 - Add Merge cell capability

15 Jun 04:00
Compare
Choose a tag to compare

You can merge cells by using a pageStyle block. The text in the top left cell is displayed. Use the alignment style options to center the text.

pageStyle: {
    mergeCells: {
       mergeCell: [
            'A17:A19',
            'C19:D19',
        ]
    }
}

v1.1.2 - Fix for wide tables

12 Jun 03:56
Compare
Choose a tag to compare

v1.1.1

01 Oct 01:26
Compare
Choose a tag to compare

Added repeatCol option to allow columns to be repeated when the table is wider than a single page

v1.1.0

01 Oct 00:43
Compare
Choose a tag to compare

Added a repeatHeading option to allow headings to be repeated on each printed page

v1.0.1 - Update docs

27 Jun 00:19
Compare
Choose a tag to compare

Script used in production update major version

27 Jun 00:17
Compare
Choose a tag to compare

v0.9.2

27 Jun 00:16
Compare
Choose a tag to compare
0.9.2

v0.9.1

26 Jun 09:33
Compare
Choose a tag to compare
0.9.1