Version 10.1

released on May 25, 2023

Breaking Changes

  • specifying an empty option in the SpreadSheet cell editor

You should explicitly specify whether to add an empty option to the cell editor using the empty property:

spreadsheet.setCellEditor(1, 1, 
  {editor: "ss_richselect", options: "B3:B7", empty: true});

Major Features

  • page zoom
  • auto-fill cells by drag-handle

Minor functionality

  • load empty cells with styles
  • ability to remove "empty" option from dropdown editors
  • add scatter chart as one of supported charts
  • extra printing sizes ( A1, A5, etc. )
  • sheet tab can have auto-width
Back to top