Releases: aVadim483/fast-excel-writer
Releases · aVadim483/fast-excel-writer
v6.4.1
v6.4.0
v6.3.0
- New methods Sheet::getCurrentRow(), Sheet::getCurrentCol(), Sheet::getCurrentCell()
- New methods Sheet::applyIndentLeft(), Sheet::applyIndentRight(), Sheet::applyIndentDistributed()
- New method Sheet::applyFillGradient()
- Method Sheet::addImage() has been updated -- Add an image from a local file, URL, or base64 image string
- Data can be passed to a cell as a function
- Fixed page margins
- Fixed #93 (the behavior has been changed)
- Fixed #98 (the behavior has been changed)
v6.2.0
v6.1.1
v6.1.0
Sheet::setRowOptions()
,Sheet::setColOptions()
,Sheet::setRowStyles()
andSheet::setColStyles()
are deprecated, instead of them you should use other functions:setRowStyle()
,setRowStyleArray()
,
setRowDataStyle()
,setRowDataStyleArray()
,setColStyle()
,setColStyleArray()
,setColDataStyle()
,setColDataStyleArray()
- The behavior of the
Sheet::setRowStyle()
andSheet::setColStyle()
has changed, they now set styles for the entire row or column (even if they are empty) - new functions in class Sheet:
setRowStyleArray()
,setRowDataStyle()
,setRowDataStyleArray()
,setColStyleArray()
,setColDataStyle()
,setColDataStyleArray()