You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2024. It is now read-only.
Hi,
I generate a document with more sheets.
I couldn't find a way to activate the first sheet, so that when the document is opened, the first one is opened automatically.
Right now, the last one is opened by default, which is not nice.
Is there any way to do this? Looking into code, the only ways that the function setActiveSheetIndex()/setActiveSheetIndexName() is called is in XlsSheetWrapper.php, in function start(), I would expect it to be called in function end() of XlsDocumentWrapper.php.
If there's not such functionality, is there any way to gain access to the phpExcel object and call this function manually?