Spreedsheet Style

Hi,
in Spreedsheet control is it possibile to set height and font-size for all cells with a configation parameter?
How can I do this?
Thanks

Hi @andrea

Unfortunately, there is no such possibility. And we don’t plan to implement it in the near future.
The only way to add default font-size is to use CSS:

.webix_ss_center .webix_cell {
  font-size:10px;
}

But if you will use serialize method, so this value wouldn’t be styled.

example: Code Snippet