Skip to content

[Bug] HTML entity will transfer automatically #217

Description

@chengandguo

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions