Skip to content

Fix fullAddress row and col types #1606

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

Merged
merged 1 commit into from
Feb 14, 2021
Merged

Fix fullAddress row and col types #1606

merged 1 commit into from
Feb 14, 2021

Conversation

Akxe
Copy link
Contributor

@Akxe Akxe commented Feb 2, 2021

Summary

I want to fix types

Col:

get col() {
return this.nativeCol + Math.min(this.colWidth - 1, this.nativeColOff) / this.colWidth;
}

Row:
get row() {
return this.nativeRow + Math.min(this.rowHeight - 1, this.nativeRowOff) / this.rowHeight;
}

Test plan

No test found for types in this library

@Siemienik Siemienik self-requested a review February 12, 2021 02:29
Copy link
Member

@Siemienik Siemienik left a comment

Choose a reason for hiding this comment

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

LGTM 👍 very thanks


I'm contributing ExcelJS just for fun. If want you to know something more go into #1500

@Siemienik Siemienik merged commit 4a65a32 into exceljs:master Feb 14, 2021
@Akxe Akxe deleted the patch-1 branch February 14, 2021 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants