Asposecells library call not working

@ar123
We are currently rebuilding test environment using the information you provided and attempting to reproduce your issue. We will notify you as soon as we make progress.

@duojie.yang was it possible to reproduce the error

@ar123,

As we told you, we are currently setting up a test environment based on the information you have provided. Please give us a little time to build the environment and then test your scenario/case. We will provide you with an update once we have completed the testing.

@ar123
We have reproduced the problem you describe.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSPYTHONJAVA-101

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@ar123
The sample code in test.zip can run normally in our test environment. I hope it will be helpful to you.
test.zip (2.3 KB)

Usually you need to put the following content before the asposecells.api related code.
For actual usage, please refer to ‘hello.py’ in ‘test.zip’

import jpype
import asposecells
if not jpype.isJVMStarted():
    jpype.startJVM()
from asposecells.api import Workbook