Skip to main content

All Questions

Tagged with
1 vote
1 answer
2k views

Run a VBA macro in Spotfire using Ironpython

So I would try ask over in this thread IronPython - Run an Excel Macro but I don't have enough reputation. So roughly following the code given in the link I created some code which would save a file ...
Alex Hannon's user avatar
3 votes
1 answer
3k views

IronPython - Run an Excel Macro

I'm running TIBCO Spotfire v4. It has IronPython built in. Looking to run a Spotfire report that will export a .xls file (that part is done). Looking for a script to open an Excel file and run a macro ...
user2540187's user avatar
3 votes
2 answers
2k views

Saving an Excel worksheet as a Text file from IronPython

I'm trying to use IronPython to export a series of Excel Worksheets to delimited text files using Interop. I I think I should be using the SaveAs method, but I'm not clear what the equivalent python ...
wdkrnls's user avatar
  • 4,722
15 votes
5 answers
4k views

Python - IronPython dilemma

I'm starting to study Python, and for now I like it very much. But, if you could just answer a few questions for me, which have been troubling me, and I can't find any definite answers to them: What ...
Thomas Geritzma's user avatar