-
Hi,
Thanks for developing this project, it has already been very useful!
However, the old xlrd version is starting to cause a lot of dependency issues for me with other packages, for example pan…
-
Latest version of xlrd library causing errors on submit questions feature. As the previous version (1.2.0) of xlrd has security vulnerabilities, need to update the xlrd version to 2.0.0 or higher
-
Welcome to the court management system, a platform devoted to the management of the court cases. We use the high-level Python web framework, Django to provide an easy-to-use interface for managing and…
-
Currently we have `xlrd` pinned to `>=1.0.0, ==1.*` because starting with [version 2.0.0](https://xlrd.readthedocs.io/en/latest/changes.html#id1) they have removed support for anything other than `.xl…
-
Thank you for developing and maintaining this awesome project! :slightly_smiling_face:
**Describe the bug**
I'm trying to specify Python packages by
```
languages.python = {
enable = true…
-
请问你们是用pandas导入xls文件嘛?我用的pandas 的xlrd engine导入数据时会报错,双击打开显示 “文件格式和扩展名不匹配。文件可能已损坏或不安全。” 能否请教一下你们是用什么工具提取原始数据的?
-
**Expected behaviour**
That I can use pandas `read_excel()` without error on vscode.dev, given that it's part of pyodide's stack - https://github.com/pyodide/pyodide/issues/564
**Experienced behav…
-
```
https://pypi.python.org/pypi/XlsxWriter
```
Original issue reported on code.google.com by `bapna.ra...@gmail.com` on 9 Jan 2014 at 3:18
-
@dwt What do u think? Is it totally hopeless for me to try to repair communication with @cjw296 ?
@cjw296 closed the thread with [heated argument](https://github.com/python-excel/xlrd/issues/315#is…
-
So it looks like the dependency `messytables` uses `xlrd` for excel file processing. The latest `xlrd` does not support XLSX files anymore due to, as I understand it, security concerns. `messytables…