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

invalid signature: 0x80014 #87

Closed
Closed
@christophemacabiau

Description

@christophemacabiau

Hi,

I can reproduce the "Too Many Worksheets Results in Parse Error" bug. In my case, it's not the number of sheets which cause the bug, but rather the "quantity of data".
This script generates a xlsx with 3 sheets of 200 lines x 24 columns but cannot parse it.

fedora 23/exceljs@0.2.4/unzip@0.1.11

varExcel=require("exceljs");varfilename='/tmp/bug.xlsx';varworkbook1=newExcel.Workbook();for(vari=0;i<3;i++){varsheet=workbook1.addWorksheet("Sheet "+i);for(varj=0;j<200;j++)sheet.addRow([1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12]);}workbook1.xlsx.writeFile(filename).then(function(){varworkbook2=newExcel.Workbook();workbook2.xlsx.readFile(filename).then(console.log);});

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


      [8]ページ先頭

      ©2009-2025 Movatter.jp