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

Appearance settings

Editing existing excel file not read & write #704

Copy link
Copy link
@jhyunetp

Description

@jhyunetp
Issue body actions

Hi I try to edit my excel file by electron.

but the thing is

After doing this, it loses some formats and the document becomes spoiled.

I mean It loses some report formats and becomes strange.

wb.xlsx.readFile(sourceFileName).then(function(){
                                       
 let SheetName = "Sheet1";
                                            var sh;
                                            sh = wb.getWorksheet(SheetName); 
                                            var cell = sh.getCell('C6');
                                            cell.value = 242;   
                                            wb.xlsx.writeFile(fileName).then(function(){

                                            });
                                        });

Is it possible to edit the excel file without read and write method?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.