-
To one of my projects, need to add data extraction from xlsb files which already using this library to handle xlsx files.
Will this library support xlsb file format soon?
-
**Is your feature request related to a problem? Please describe.**
xlsb files are much smaller than xlsx in most scenarios. And opens faster in microsoft excel.
**Describe the solution you'd like…
-
any plans for XLSB support? If so, any way I can help? :)
xlsb updated
10 years ago
-
Is there any roadmap to support `xlsb` file format?
-
Add support of Excel Binary Workbook (*.xlsb).
See https://github.com/jdemetra/jdemetra-app/issues/338
-
Hi @nightscape can you add the funtionality to read xlsb file format in your com.crealytics.spark.excel will be very helpful .
Thanks
-
Hello,
I want to use pyxlsb2 for reading an .xlsb file. I found some files which doesn't seem to open while other work.
Opening with pyxlsb works, pyxlsb2 not.
I have two files:
1. x.xlsb (w…
-
**Affected tool:**
olevba
**Describe the bug**
xlsb file with macro is not detected
**File/Malware sample to reproduce the bug**
https://app.any.run/tasks/27c6c716-0af3-40b7-b458-06108fe4bfbe…
-
Hi @dilshod and everybody in the team!
Thanks a lot for delivering amazing timesaving tool.
However, I found it doesn't support native Excel format for big files (XLSB):
```
xlsx2csv -s 1 ./…
-
I am currently working on a Python script that saves screenshots from an Excel file using the excel2image module.
My code is pretty easy:
`import excel2img
excel2img.export_img(Workpath + "/" +…