Skip to content

Releases: aVadim483/fast-excel-writer

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

v5.5.2

28 Jun 19:32
Compare
Choose a tag to compare
fix

v5.5.0

27 Jun 14:29
Compare
Choose a tag to compare

upd: rich text
upd: group/outline rows and columns

v5.4.0

07 Jun 16:27
Compare
Choose a tag to compare
fix: auto remove temp files

v5.3.1

19 May 18:38
Compare
Choose a tag to compare
fix: temp files

v5.3.0

19 May 17:38
Compare
Choose a tag to compare
  • Sheet::writeArray()
  • New option 'temp_prefix' - custom prefix for temporary files
  • upd: Improved column width calculation
  • fix: Note shape
  • fix: R1C1 in formulas

v5.2.0

12 Apr 18:54
Compare
Choose a tag to compare
upd: save formulas with values

v5.1.2

10 Apr 20:28
Compare
Choose a tag to compare
fix: many charts on different sheets

v5.1.1

10 Apr 19:07
Compare
Choose a tag to compare
update dependencies

v5.1.0

16 Mar 18:46
Compare
Choose a tag to compare
  • Combo charts
  • Custom colors
  • Custom chart lines width
  • Some methods have been renamed
    • setDataSeriesTickLabels() => setCategoryAxisLabels()
    • setXAxisLabel() => setCategoryAxisTitle()
    • getXAxisLabel() => getCategoryAxisTitle()
    • setYAxisLabel() => setValueAxisTitle()
    • getYAxisLabel() => getValueAxisTitle()