Skip to content

After SpliceRows, shifted rows lost cell names #305

@supermyz

Description

@supermyz

Hi
Thanks for this great lib, helps a lot, here is the issue: the shifted rows lost information, not just the names but also their styles

var workbook = new Excel.Workbook();
workbook.xlsx.readFile(filename).then(function() {
    let worksheet = workbook.getWorksheet(1);
    worksheet.spliceRows(5, 1);
    workbook.xlsx.writeFile(filename).then(function() {
        console.log('file saved');
    });
}).catch(function(err) {
    console.log(err);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions