We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
Incorrect picture scale.
Steps to reproduce the issue:
f := excelize.NewFile() f.AddPicture("Sheet1", "A1", "git.png", `{"x_scale": 0.33, "y_scale": 0.33}`) f.SaveAs("gitlogo.xlsx")
Describe the results you received:
in wps: scale height: 31% scale width: 36%
Describe the results you expected:
in wps: scale height: 33% scale width: 33%
Output of go version:
go version
go version go1.18.1 linux/amd64
Excelize version or commit ID:
eed431e
Environment details (OS, Microsoft Excel™ version, physical, etc.): Linux x86_64, wps-office-cn 11.1.0.10976-2
The text was updated successfully, but these errors were encountered:
This issue is duplicate with #248 and #212.
Sorry, something went wrong.
I will close this issue and move discuss on #248.
No branches or pull requests
Description
Incorrect picture scale.
Steps to reproduce the issue:
Describe the results you received:
in wps:
scale height: 31%
scale width: 36%
Describe the results you expected:
in wps:
scale height: 33%
scale width: 33%
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Linux x86_64, wps-office-cn 11.1.0.10976-2
The text was updated successfully, but these errors were encountered: