Skip to content

Releases: aVadim483/fast-excel-writer

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';

v5.7.0

27 Jul 19:40
Compare
Choose a tag to compare
  • $sheet->addImage($cell, $path, ['hyperlink' => $url]);
  • cell merge optimization

v5.6.1

23 Jul 19:28
Compare
Choose a tag to compare

fix: #69

v5.6.0

29 Jun 20:12
Compare
Choose a tag to compare

Excel::setActiveSheet($name): Excel
Sheet::isName($name): bool
Sheet::setPrintArea($range): Sheet
Sheet::setPrintTopRows($rows): Sheet
Sheet::setPrintLeftColumns($cols): Sheet
Sheet::setPrintGridlines($bool): Sheet