ooxml

View Ticket
Login
Ticket Hash: 7c58a9aac7935c0d747a8b4d83055af63bd8d81c
Title: set workbook dimensions
Status: Closed Type: Feature_Request
Severity: Minor Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2019-12-09 16:21:57
Version Found In:
User Comments:
anonymous added on 2019-12-07 23:55:42:
Provide a way to programmatically set the workbook dimensions.   Currently the workbooks default to full screen.

Probably needs to set the dimensions in the <workbookView .../> element.

e.g. <workbookView xWindow="1120" yWindow="1600" windowWidth="16800" windowHeight="11500" activeTab="1"/>

alex added on 2019-12-09 16:21:57:
added new options to method view -x, -y, -height and -width; checkin [442d25a964]