Grant Edwards wrote:

On 2020-03-24, oliver <oliver.schoenb...@gmail.com> wrote:

Use the win32com library to interact with Excel via COM.

Huh?  I thought that the users have no way of running a local Python
app.

Maybe creating a self-contained .exe using PyInstaller?
For me, this:
  pyinstaller.exe --noconfirm --console --onefile file.py

creates a 'dist/file.exe' that depend on nothing but
system libraries. But it's 5 MByte though.


--
--gv
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to