skip to Main Content

This problem appeared with the jpyp library, and it gives me the suggestion to add JAVA_HOME to the environment variable And I don't use java – Telegram API

import jpype import asposecells jpype.startJVM() from asposecells.api import Workbook # image path image_name = 'screenshot.png' image_path = fr'C:\Users\Bouregag Youcef\Downloads\Telegram Desktop\analyses\{image_name}' # Export the dataframe to an Excel file excel_name = 'table2.xlsx' excel_path = fr'C:\Users\Bouregag Youcef\Downloads\Telegram Desktop\analyses\{excel_name}' workbook = Workbook(image_path) workbook.save(excel_path)…

VIEW QUESTION
Back To Top
Search