ecscstatsconsulting / js-excel-generator

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

Show header false does not work #4

Open datsabk opened 6 years ago

datsabk commented 6 years ago

Expected Behavior

if show_header:false is passed, it should be able to initialise the object

Actual Behavior

It fails and gives error

Steps to Reproduce the Problem

  1. Create a table
    1. Passed the table id in src_id, try passing show_header:false in the object creation.
    2. It fails to initialise

Specifications