Skip to content

[Bug] HTML entity will transfer automatically #217

@chengandguo

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

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