Skip to content

[Bug] Is this a typo? #4422

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

Closed
boxsnake opened this issue Mar 24, 2025 · 1 comment · Fixed by #4424
Closed

[Bug] Is this a typo? #4422

boxsnake opened this issue Mar 24, 2025 · 1 comment · Fixed by #4424

Comments

@boxsnake
Copy link

class: \PhpOffice\PhpSpreadsheet\Style\Style

file: phpoffice\phpspreadsheet\src\PhpSpreadsheet\Style\Style.php

function: exportArray1

Is this a typo in:

<?php
...
    $this->exportArray2($exportedArray, 'quotePrefx', $this->getQuotePrefix());

Should it be 'quotePrefix'?

@oleibman
Copy link
Collaborator

Yes, I believe you are correct. And exportArrayTest does not test quotePrefix, which has allowed it to go undetected for so long. I will add this to my to-do list.

oleibman added a commit to oleibman/PhpSpreadsheet that referenced this issue Mar 25, 2025
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