Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Impl <xdr:twoCellAnchor editAs=oneCell>#407

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
guyonroche merged 7 commits intoexceljs:masterfromValassis-Digital-Media:master
Nov 20, 2017
Merged

Impl <xdr:twoCellAnchor editAs=oneCell>#407

guyonroche merged 7 commits intoexceljs:masterfromValassis-Digital-Media:master
Nov 20, 2017

Conversation

@Ockejanssen
Copy link
Contributor

It is not possible at the moment to store a image with an offset to tl and br.

Copy link
Collaborator

@guyonrocheguyonroche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Hi Ocke, big thanks for contributing.
There are a couple of questions/issues I would like you to take a look at.
Also, would it be possible to also add a small bit to the README.md documenting the new functionality.
Kind Regards,
Guyon

this.map['xdr:colOff'].render(xmlStream,colOff);

varrow=Math.floor(model.row);
varrow=model.editAsOneCell ?0 :Math.floor(model.row);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Shouldn't the same adjustment be done to col (above)?

Also - is there any adjustment required for the parse functions?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'll take a look at the parse function. About the col I don't know, I just looked into what OOo writes and did the same ;-)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I've finally had some time to look into this. From what I can see (based on how Excel behaves) the row adjustment is not necessary, so I've removed it.


render:function(xmlStream,model){
xmlStream.openNode(this.tag);
if(model.range.editAs)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I know it's pedantic but could you add braces to this if statement

@Ockejanssen
Copy link
ContributorAuthor

At the moment I have no additional time to look for the parsing. I'm sorry. May be later.

@guyonrocheguyonroche merged commit7b43c68 intoexceljs:masterNov 20, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@guyonrocheguyonrocheguyonroche requested changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@Ockejanssen@guyonroche

[8]ページ先頭

©2009-2025 Movatter.jp