-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Image location don't respect Column width #650
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
Comments
@yuvpf did you find any workaround? |
@yuvpf @GendelfLugansk npm:
|
Hi @Siemienik Still facing image alignment issue with custom column width. |
hmm.. it works for me really well, which version have you? |
I am using 4.0.1. How you are calculating colOff and rowOff? |
it's enough to specify |
Thanks for the response @Siemienik . In the above image I want cross image same as tick image in size and cross image should right align within the cell. Did you have any solution for this ? |
after that you changed column width, are |
First I am reading a excel file and then I am only adding the image on a particular cell. If width of the column for that cell is default column width then image alignment is working fine using col and row but If the excel file that I am reading, have custom column width then adding image to a cell that has custom width , in that right image alignment is not working. |
Is there any workaround for this bug at the moment? |
Good day guys, I'm also facing the same problem. The version that I already trying is the latest 4.3.0 and this one 4.2.1. is there any workaround for this bug? |
I set custom column width while defining sheet columns. When adding an image using coordinate (50% column to use), the image don't respect my custom width.
Additional explanation: #650 (comment)
Code :
Actual result :
Expected result:
The text was updated successfully, but these errors were encountered: