Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Migration guide for V0.2.1 to V1.0.0

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.

Clone this wiki locally