Replies: 3 comments 1 reply
-
I'm not even sure exactly what you mean by "scroll position". |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MarkBaker Thank you for your answer. After generating an Excel file from a template, I always set cell A1 for all worksheets
But if the template has been saved with a specific scoll position, when opening the file the result is like this: And it would be great if the vertical scroll would be set at the top like this |
Beta Was this translation helpful? Give feedback.
0 replies
-
$worksheet->setTopLeftCell('A1'); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sdespont
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to define the scroll position ? I have only found a way to display or not the scrollbar.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions