Skip to content

Releases: aVadim483/fast-excel-writer

v6.4.1

11 Jan 12:47
Compare
Choose a tag to compare
fix docs

v6.4.0

11 Jan 12:44
Compare
Choose a tag to compare
  • Conditional Formatting (see Conditional Formatting)
  • Sheet::writeCells($values, $cellStyles) - Write several values into cells of one row
  • Changed: Ignoring formulas when calculating automatic column width
  • Fixed #94

v6.3.0

02 Jan 18:04
Compare
Choose a tag to compare
  • 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

01 Nov 17:43
Compare
Choose a tag to compare
add: Sheet::setPrintHorizontalCentered();

Sheet::setPrintVerticalCentered();
Sheet::setPrintCentered();
upd docs

v6.1.1

27 Oct 17:30
Compare
Choose a tag to compare

float values for font size;
upd docs;
refactoring;

v6.1.0

11 Oct 19:47
Compare
Choose a tag to compare
  • Sheet::setRowOptions(), Sheet::setColOptions(), Sheet::setRowStyles() and Sheet::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() and Sheet::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()

v6.0.0

22 Sep 19:49
Compare
Choose a tag to compare
  • Data validation
  • PHP extension 'intl' is desirable but not required
  • All methods of Style were extracted into class StyleManager (constants remained in the class Style)
  • Other refactoring

v5.8.2

18 Sep 19:16
Compare
Choose a tag to compare
fix setColVisible()

v5.8.1

13 Aug 19:19
Compare
Choose a tag to compare
https://github.com/aVadim483/fast-excel-writer/issues/75

v5.8.0

05 Aug 17:26
Compare
Choose a tag to compare
  • new method $sheet->setTabColor($color);
  • new Excel option - 'auto_convert_number';
  • new Excel option - 'shared_string';
  • new Excel option - 'locale';