Releases: aVadim483/fast-excel-writer
Releases · aVadim483/fast-excel-writer
v5.6.0
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.0
upd: rich text
upd: group/outline rows and columns
v5.4.0
fix: auto remove temp files
v5.3.0
- 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
upd: save formulas with values
v5.1.2
fix: many charts on different sheets
v5.1.0
- Combo charts
- Custom colors
- Custom chart lines width
- Some methods have been renamed
- setDataSeriesTickLabels() => setCategoryAxisLabels()
- setXAxisLabel() => setCategoryAxisTitle()
- getXAxisLabel() => getCategoryAxisTitle()
- setYAxisLabel() => setValueAxisTitle()
- getYAxisLabel() => getValueAxisTitle()