Releases: pjjonesnz/datatables-buttons-excel-styles
Releases · pjjonesnz/datatables-buttons-excel-styles
v1.2.0 - Major performance boost
v1.1.5 - test conditional functions
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
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
v1.1.1
v1.1.0
v1.0.1 - Update docs
1.0.1
Script used in production update major version
v1.0.0 1.0.0