Php Ext Xlswriter Versions Save

🚀 PHP Extension for creating and reader XLSX files.

1.3.4.1

4 years ago
  • Feat directory not exist error change to exception.
  • Windows full function support.

1.3.4

4 years ago
  • FEAT header support custom format.
  • FEAT putcsv custom delimiter.
  • FEAT ead skip cells,rows,empty value.
  • FIX read data method, the offset of the array index and the row of the cell.
  • FIX insertDate leaked.

1.3.3.2

4 years ago
  • FIX free up stale sheets.

1.3.3.1

4 years ago

Fix: merge cells

1.3.3

4 years ago
  • FEAT mergeCells and insertFormula support format.
  • FEAT put csv with callback.
  • FEAT global default format.
  • FIX READ turning data into custom types.

1.3.2

4 years ago
  • FEAT display or hide screen and print gridlines.
  • FEAT worksheet zoom.
  • FEAT data method is written by default from the file header.
  • FEAT returns null if the type is specified and the cell is empty.
  • FEAT sheet list.
  • FEAT xlsx to csv.

1.3.1

4 years ago
  • FEAT freeze panes
  • FEAT set font
  • Refactor format background

1.3.0

4 years ago
  • FEAT read numeric
  • FEAT column index from string and string from column index

1.2.9

4 years ago
  • FEAT read skip empty cell
  • FEAT read skip empty row
  • FEAT read data with type array index
  • FEAT read global cell data type
  • FEAT read new read handler, nextCallback  

1.2.8

4 years ago
  • FEAT insert date.
  • FEAT read data with type
  • FEAT work book is not initialized exception
  • FIX: minizip multiple definition