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

Fix the error that comment does not delete at spliceColumn#1334

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
Siemienik merged 2 commits intoexceljs:masterfromsdg9670:splice-comment-issue
Jun 20, 2020

Conversation

sdg9670
Copy link
Contributor

@sdg9670sdg9670 commentedJun 17, 2020
edited
Loading

Summary

Fix the error that comment does not delete at spliceColumn

Test plan

Test Source Code

constExcel=require('./lib/exceljs.nodejs');(async()=>{constwb=newExcel.Workbook();constws=wb.addWorksheet('testSheet');ws.addRow(['test1','test2','test3','test4','test5','test6','test7','test8']);constrow=ws.getRow(1);row.getCell(1).note='test1';row.getCell(2).note='test2';row.getCell(3).note='test3';row.getCell(4).note='test4';ws.spliceColumns(2,1);awaitwb.xlsx.writeFile('data.xlsx');})();

Existing Results
image

Result
image

@sdg9670sdg9670 changed the titleCorrected the error that comment does not delete during spliceColumn operation.Fix the error that comment does not delete during spliceColumn operation.Jun 17, 2020
@sdg9670sdg9670 changed the titleFix the error that comment does not delete during spliceColumn operation.Fix the error that comment does not delete at spliceColumnJun 17, 2020
Copy link
Member

@SiemienikSiemienik left a comment

Choose a reason for hiding this comment

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

Thanks for your pull request :)

Before I can merge it into master It's required to add test case which checks if this bug is fixed.

Could I please you to write any test which covers this fix?

sdg9670 reacted with heart emoji
Copy link
Member

@SiemienikSiemienik left a comment

Choose a reason for hiding this comment

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

thanks a lot

@SiemienikSiemienik merged commite2aab24 intoexceljs:masterJun 20, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@SiemienikSiemienikSiemienik approved these 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
@sdg9670@Siemienik

[8]ページ先頭

©2009-2025 Movatter.jp