Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3830 Lượt xem

Hi all,

   I want to use export to Excel function in Odoo so please help to install openpyxl on Ubuntu server please.


Thanks

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

The Python packages available in the Ubuntu repositories generally don't get updated within an Ubuntu version, only when you upgrade to a newer Ubuntu release.
When you need newer versions of a Python package, you can use pip to get the newest version from the https://pypi.org/

Try

sudo pip install openpyxl
Or
sudo apt-get install -y python-openpyxl

Regards

Ảnh đại diện
Huỷ bỏ