Skip to content

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