Read .xlsb File

@rparr009 glad you asked.

I have a collection about KNIME and python

You might want to start with the official guide

https://docs.knime.com/latest/python_installation_guide/index.html

If you have familiarized yourself with the concept you could use the most important commands to manage your python environment and install packages also via command line.

The tool in question (pyxlsb) is also on anaconda (conda-forge channel) so this might be another way to manage dependencies which are always a thing with python:

https://anaconda.org/conda-forge/pyxlsb

3 Likes