2020-12-15 22:58:38 +00:00
2020-12-15 22:43:22 +00:00
2020-11-28 14:58:14 +00:00
2020-12-15 22:43:22 +00:00
2020-12-15 22:43:22 +00:00
2020-12-15 22:58:38 +00:00
2020-11-25 08:59:25 +00:00
2020-11-25 08:59:25 +00:00

Read Qlik Sense .qvd files

Rust

Install

Install from PyPi https://pypi.org/project/qvd/ pip install qvd

Usage

from qvd import reader

df = reader.read('test.qvd')
print(df)

example

Developing

Create a virtual env https://docs.python-guide.org/dev/virtualenvs/ and activate it.

Install maturin

run maturin develop to install python lib to the virtual env.

Description
No description provided
Readme Apache-2.0 3.5 MiB
Languages
Rust 93.7%
Python 6.3%