PhpSpreadsheet v1.13.0 Release Notes

Release Date: 2020-05-31 // almost 4 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support writing to streams in all writers #1292
    • ๐Ÿ‘Œ Support CSV files with data wrapping a lot of lines #1468
    • ๐Ÿ‘Œ Support protection of worksheet by a specific hash algorithm #1485

    ๐Ÿ›  Fixed

    • Fix Chart samples by updating chart parameter from 0 to DataSeries::EMPTY_AS_GAP #1448
    • ๐Ÿ›  Fix return type in docblock for the Cells::get() #1398
    • ๐Ÿ›  Fix RATE, PRICE, XIRR, and XNPV Functions #1456
    • ๐Ÿ’พ Save Excel 2010+ functions properly in XLSX #1461
    • Several improvements in HTML writer #1464
    • ๐Ÿ›  Fix incorrect behaviour when saving XLSX file with drawings #1462,
    • ๐Ÿ›  Fix Crash while trying setting a cell the value "123456\n" #1476
    • ๐Ÿ‘Œ Improved DATEDIF() function and reduced errors for Y and YM units #1466
    • ๐Ÿ”€ Stricter typing for mergeCells #1494

    ๐Ÿ”„ Changed