Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (120 points)

I am trying to write a python code to convert file .XLSX to XLS. I am written the following code:

 subprocess.call(['soffice', '--headless', '--convert-to', 'xls', '--outdir',/destination/floder, file.xlsx])

Now, the problem is that, this works only in localhost .

I try it in the server, but he doesn't work.

Please log in or register to answer this question.

Related questions

0 votes
1 answer
asked Jul 30, 2019 in Python by Eresh Kumar (45.3k points)
0 votes
1 answer
asked Jan 24, 2020 in Python by Rajesh Malhotra (19.9k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...