html5 excel won't work on table without a footer

html5 excel won't work on table without a footer

cigaarcigaar Posts: 4Questions: 1Answers: 0

Hi Allan,
Small typo in buttons.html5.js, line 523:

Replace:

if ( config.header ) {
    xml += addRow( data.footer );
}

with:

if ( config.footer ) {
    xml += addRow( data.footer );
}

Cheers and keepup the good work!
Patrick
P.S. Congrats on your update extravaganza, I've been playing with it and it's really good

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.