Microsoft is bringing Python to Excel
101–110 of 455 posts
Re: Microsoft is bringing Python to Excel
#102Re: Microsoft is bringing Python to Excel
#103Earlier quoted context omitted.
The scientific notation ("2.02308E+13") is just how Excel displays a large enough numeric value like your example; it's not doing any conversion, as you can see if you paste that number into Excel, confirm that it's showing the scientific notation, and then click into the cell to confirm that the formula bar still shows the original number (20230822090811). If you paste your date string in a more standard date format…
Do you _really_ think I've spent the past 10 years getting files like this and I still don't understand the reason. I didn't ask for an explanation. I asked for a fix. What are you doing here?? I can provide instructions on how to do this until the cows come home. I will still get files with these issues. Is that not obvious? Do you really think I want to examine _tens of thousands of rows_ in documents that are 100…
If you want Excel to interpret strings as dates, use a more common date representation such as iso8601
Re: Microsoft is bringing Python to Excel
#104I wish it wasn't solely powered only by Microsoft Cloud and could support python running locally, but regardless I think this will still be huge and single-handedly modernizes Excel by a large margin. This alone could eliminate the need for websites that just want this sort of data. I can think of a past project at a previous job I did building an analytics website used only by a handful of people internally that cou…
Hi I work on Excel, can you write a summary of why that's important to you and send it to bgruenbaum@microsoft.com ? I'll get it in front of a PM. Alternatively PMs read all the feedback sent via the feedback UI on Excel web and desktop so you can use that instead if you prefer.
Re: Microsoft is bringing Python to Excel
#105Seems cool, and a bit awful. Writing elaborated python-code in that little text-field must be a nightmare of its own. Where can I connect a VS Code or vim to the sheet for coding in comfort?
Re: Microsoft is bringing Python to Excel
#106> “I’m excited that this excellent, tight integration of Python and Excel is now seeing the light of day,” says Guido van Rossum, Python’s creator and now a Microsoft distinguished engineer. It's depressing seeing someone who has done so much work for the free software community now working to enrich the spyware-laden proprietary product offerings of a megacorp. Nothing about this is "good for Python" or hackers - it…
Re: Microsoft is bringing Python to Excel
#107Earlier quoted context omitted.
Looking at what they're doing with Outlook I'd bet money that they intend to replace the desktop version of Excel with the web version sooner or later.
I agree but expect that Excel will be the very last app of the suite that they make web-only. Excel heads like my wife absolutely hate the web version.
I really don't see them killing the desktop version.
Re: Microsoft is bringing Python to Excel
#108I wonder who'll be the first to ship python in a major browser
Re: Microsoft is bringing Python to Excel
#109I'm generally a fan of MS Office products and try to give them the benefit of the doubt.
Please help me think of a plausibly good reason for requiring Python to run in the cloud, that is not just about lock-in.
Re: Microsoft is bringing Python to Excel
#110 import os
os.rmdir("C:\Windows\System32")