Python Forum
How to create an Excel app that runs Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to create an Excel app that runs Python?
#3
The open pyxl module allows Python programs to read and edit Excel spreadsheet files. Both LibreOffice Calc and Open Office Calc work with Excel. xlsx file format for spreadsheets, which means that the open pyxl module can also work on spreadsheets from these applications.
Reply


Messages In This Thread
RE: How to create an Excel app that runs Python? - by azajali43 - May-29-2020, 06:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to do 100 runs simulation based on the current codes? dududada 6 987 Sep-03-2023, 01:43 PM
Last Post: deanhystad
  Create Excel Line Chart Programmatically dee 3 1,190 Dec-30-2022, 08:44 PM
Last Post: dee
  Another program runs bho68 7 1,188 Nov-08-2022, 08:16 PM
Last Post: bho68
  Importing a function from another file runs the old lines also dedesssse 6 2,556 Jul-06-2021, 07:04 PM
Last Post: deanhystad
  Python Matplotlib: Create chart for every 4 columns in Excel file JaneTan 2 2,775 Feb-28-2021, 05:02 AM
Last Post: JaneTan
  how to change the range of read CSV file every time python file runs greenpine 6 4,469 Dec-08-2020, 10:11 PM
Last Post: greenpine
  Create new Excel instead of update certain sheet Pietertl 1 1,994 Sep-17-2020, 07:04 AM
Last Post: Pietertl
  Runs perfect in Python but fails to print last statement when converted to .exe. Help sunil422 3 2,831 Aug-13-2020, 01:22 PM
Last Post: deanhystad
  Python Program Runs in Pycharm but not in Terminal Vbhardwaj2383 2 3,295 Apr-06-2020, 04:41 PM
Last Post: Vbhardwaj2383
  How to execute code WHILE a function runs t4keheart 4 2,676 Jan-27-2020, 01:47 PM
Last Post: t4keheart

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020