You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2020. It is now read-only.
Rohith Bhaskaran edited this page Dec 27, 2018
·
2 revisions
V0.2.1 was using protobi/js-xlsx which is a fork of SheetJS/js-xlsx with support for styles. SheetJS/js-xlsx does not support styles in the opensource version and protobi/js-xlsx is not actively maintained. So From V1.0.0 linways/table-to-excel uses guyonroche/exceljs for creating valid Excel files.
Breaking Changes
Since we no longer use js-xlsx, the main method for converting a HTML table to excel is changed to TableToExcel.convert. All the parameters are same.