Hello,
I am not well-versed in Python, so forgive me (and please correct me) if there are any inaccuracies. I am currently trying to use the Alteryx Python tool to format an Excel report that I am generating via Alteryx. In particular, one type of formatting I am looking to do is orient, or rotate, the text in my header column of the Excel file (like at a 45° angle). I read elsewhere that xlsxwriter would be conducive to that and that, typically, xlsxwriter is a module within the Pandas package in Python. However, within the Python tool in Alteryx, it does not recognize xlsxwriter as an existing module, even after importing Pandas (or even trying to import xlsxwriter by itself). I keep getting the "Module not found" error when I run it.
Is there a reason that I cannot run xlsxwriter through the Alteryx Python tool despite it being a part of a package that is automatically included in Alteryx's library (Pandas)?
A couple notes: The fields can change with each run of the workflow (monthly), so I can't import an existing excel and retain formatting upon output. I also do not have admin privileges, if that impacts any solution suggestions.
Thanks!