Hi All,
I'm trying to publish on ArcGIS Server a geoprocessing service, which creates an Excel File with some data.
I'm using Pandas and XlsxWriter but locally it works. On the ArcGIS Server (linux machine) it does not.
Seems like it can't find module, though I have installed and overwritten it in different ways, and in python console it imports module with no errors.
On ArcGIS Server manager page script fails and logs:
ImportError: No module named xlsxwriter Failed to execute (Script).
any workaround?
thanx