Hi David Aberl,
Thank you for your patience.
We have checked your reported requirement and we are able to set the column limit in the spreadsheet. By setting the isFinite property as true in scrollSettings and set colCount properties in sheet property as like in the below code example.
Code Example:
|
<ejs-spreadsheet #default [openUrl]="openUrl" [saveUrl]="saveUrl" [scrollSettings]="{ isFinite: true }">
<e-sheets>
<e-sheet name="Car Sales Report" colCount="2"> </e-sheet>
</e-sheets>
</ejs-spreadsheet> |
Note: If you don’t need of empty space at the right, you need to set the width of the spreadsheet based on the total column width. Spreadsheet control rendered based on the width of the element div.
Could you please check the above details and get back to us, if you need any further assistance on this.
Regards,
Janakiraman S.