2020-11-28 17:48:36 +00:00
2020-11-26 23:20:59 +00:00
2020-11-28 17:28:39 +00:00
2020-11-28 14:58:14 +00:00
2020-11-28 14:27:37 +00:00
2020-11-28 14:58:14 +00:00
2020-11-28 14:58:14 +00:00
2020-11-25 08:59:25 +00:00
2020-11-25 08:59:25 +00:00

Read Qlik Sense .qvd files

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%