xlrd2
xlrd2 copied to clipboard
xlrd2 is a variant of xlrd that is actively maintained
Defined name can reference to a cell, int, float, string and array Currently, xlrd2 cannot parse array value type f9adf499bc16bfd096e00bc59c3233f022dec20c20440100d56e58610e4aded3 Name: SbhipD Value: ``` b'`\x00\x11\x00\x00\x00\x00\x00\x00\x11\x00\x02\x18\x00\x00PcWs3NqZ8mTrRlTgf23I>K:O\x02\x1f\x00\x00HVo^2gXn7vZ_l]ZaV_1P?6_=CP
Below is my input  This is Script Answer 
When interpreting defined names it is necessary to only consider the first byte of name field if the name is a built-in one.   Some malicious documents, use arbitrary...
Related to issue #11 Patch proposed for the upstream xlrd in the https://github.com/python-excel/xlrd pull request #375
Hello, tests (and the library) is failing when running on the python3 (3.11.6) and the defusedxml (0.7.1) is present (as this is the preffered xml library by the xlrd2). In...
Hi, please consider lowering the minimum asserted value for bv in the dump_formular function, as it can in some cases be lower. https://github.com/DissectMalware/xlrd2/blob/74cd5302f9007f6cf9389f8819cf1676a1e2a717/xlrd2/formula.py#L2451 Example: sha256: 1df68d55968bb9d2db4d0d18155188a03a442850ff543c8595166ac6987df820 with minimum bv=70 There...
docs/vulnerabilities.rst was still having example to import from xlrd instead of xlrd2