ZK Spreadsheet 3.9.2 Release Note

The 1st embeddable Ajax spreadsheet for Java Web application!


Released on Nov. 22, 2017.


ZK Spreadsheet is an embeddable Ajax spreadsheet that delivers rich functionalities of Excel within browsers using pure Java without the need for any plugins.

Version 3.9.2 is an update release that supports new features such as auto-filling unlocked cells within a protected sheet and support text overflow with right alignment.



Highlights

  • ZSS-1338 - support text overflow with right alignment
  • ZSS-1339 - potential session memory leak
  • ZSS-1345 - Slow performance when using XMLBean.getXxxList()



What's New

  • New Features Tracker
    • ZSS-1320 - Auto-fill can fill unlocked cells within a protected sheet
    • ZSS-1338 - support text overflow with right alignment
  • Bugs fixed
    • ZSS-1247 - Problem with input into cell in ZK Spreadsheet in Microsoft Edge browser (Windows 10)
    • ZSS-1310 - Can't perform some edit operations on unlocked cells in a protected sheet
    • ZSS-1311 - Unimplemented excel function placeholder prevents from defining a custom function with the same name
    • ZSS-1317 - conditional format formulas not adjusted correctly when copy/paste
    • ZSS-1319 - Impossible to use spreadsheet component from another classloader
    • ZSS-1323 - AbstractExcelExporter doesn't export row break and column break
    • ZSS-1328 - ZSS percentage edition changes value of cell if rounded
    • ZSS-1329 - Potential VERY expensive StackOverflowError
    • ZSS-1332 - broken styles below merged cells after scrolling vertically
    • ZSS-1334 - zss warning dialog header change from "warn" to "warning"
    • ZSS-1335 - NPE when evaluating Conditional formattings
    • ZSS-1336 - conditional formatting triggers on formula errors
    • ZSS-1337 - Same name for range in sheet and workbook scope not found in FormulaTunerHelper, cause failed updates
    • ZSS-1339 - potential session memory leak
    • ZSS-1341 - quick typing sometimes produces a reversed order string
    • ZSS-1342 - ZSS inserts new line <br> among input characters in MS Edge
    • ZSS-1345 - Slow performance when using XMLBean.getXxxList()