ecscstatsconsulting / js-excel-generator

JavaScript Library for creating Excel Spreadsheets from HTML Tables
MIT License
54 stars 13 forks source link

Tables with Row/Col Span export with errors #2

Open ecscstatsconsulting opened 6 years ago

ecscstatsconsulting commented 6 years ago

Expected Behavior

Excel Spreadsheet to be generated with correct spans

Actual Behavior

Excel spreadsheet is created but it has errors and does not display the data correctly

Steps to Reproduce the Problem

  1. Pass a table with col and/or row spans to the Excel Generator

Specifications