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

Corrupt Sample Output for 20 and 30 #2648

Merged
merged 2 commits into from
Mar 4, 2022
Merged

Commits on Mar 4, 2022

  1. Corrupt Sample Output for 20 and 30

    Xls Reader can read drawing offsetX and offsetY as float. However, Excel Xlsx (and PhpSpreadsheet) wants them only as int. This leads 20_Read_Xls and 30_Template to produce corrupt Xlsx files for any Php release. Change Xls Reader to treat values as int, eliminating both the Php8.1 problem and the corrupt files.
    oleibman committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    95416f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2425960 View commit details
    Browse the repository at this point in the history