If you're looking to go the python route of importing an xls file, you could try the xlrd package. It's actually just for xls. I'm not sure if it converts to csv, but once you have the spreadsheet open in python that should be a pretty trivial exercise.

Cheers,

Nick

On 5/31/21 7:18 AM, Uwe Brauer wrote:
Hi

I am usually using Ubuntu 16.04, but for the coming days, I have to use
a MacBook, running 10.15 and fink installed.
I usually convert xls(x) to org, using
  '(org-odt-convert-process "gnumeric")
  '(org-odt-convert-processes '(("gnumeric" "/usr/bin/ssconvert %i %o")))


But gnumeric does not exist in fink, does anybody know about an
alternative?
(Yes I know I should have used macports or homebrew, but now it is too
late).

Regards

Uwe Brauer



Reply via email to