Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where did $worksheet came from? #4365

Closed
nikunjbhatt opened this issue Feb 14, 2025 · 1 comment · Fixed by #4367
Closed

Where did $worksheet came from? #4365

nikunjbhatt opened this issue Feb 14, 2025 · 1 comment · Fixed by #4367

Comments

@oleibman
Copy link
Collaborator

It looks like it was accidentally omitted from the documentation. I will create a PR to address that. If you need a solution quickly, it probably comes from something like:

$worksheet = $spreadsheet->getActiveSheet();

There are also methods to retrieve a worksheet by title or by index.

oleibman added a commit to oleibman/PhpSpreadsheet that referenced this issue Feb 15, 2025
@oleibman oleibman mentioned this issue Feb 15, 2025
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants