ZK Spreadsheet is an AJAX component that delivers Excel-like experience for your Java web application.
It has a grid-like user interface with toolbar, formula bar, and sheet bar, providing necessary features such as text and style editing, merging and sorting cells, inserting, deleting, and freezing rows and columns.
<?xml version="1.0" encoding="UTF-8"?> <window width="100%" height="600px"> <include hflex="1" vflex="1" src="~./zssapp/index.zul" book="demo_sample.xlsx" /> </window>