import xlsx from "node-xlsx";
const worksheets = xlsx.parse(file.buffer);
There is a data problem when handling html entity.
eg: "<. ;" will change to "<" after parse function.(ignore the white space between the entity)
This will cause data problems