columnWidth Number (default: 64)

The default column width in pixels.

Example - setting the default columns' width

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    columnWidth: 150,
  });
</script>
In this article