Skip to content

rk-num might be a negative integer #32

@shenjiayee

Description

@shenjiayee

rk-num is a signed int32 or float64
in xlsReader/xls/structure/RKNum.go line: 14
it shout be

var val int32
binary.Read(bytes.NewBuffer(r[:]), binary.LittleEndian, &val)
val >>= 2

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