emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Greg Minshall <minshall@umich.edu>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: import xls(x) into org on MacOS
Date: Tue, 01 Jun 2021 10:05:04 +0300	[thread overview]
Message-ID: <759440.1622531104@apollo2.minshall.org> (raw)
In-Reply-To: Your message of "Tue, 01 Jun 2021 08:41:09 +0200." <m2k0nef5oa.fsf@mat.ucm.es>

Uwe,

i don't know if it will work for you, but on my linux box i use
=ssconvert= from the =gnumeric= package to convert from .xls to .csv.
in one project, the make rule looks like
----
${BDIRCSVS}/%.csv: xlsxs/%.xlsx
	ssconvert -T Gnumeric_stf:stf_csv $< fd://1 | \
		awk '{ \
				line = line $$0; \
				ol = line; \
				gsub("[^\"]", "", ol); \
				if (length(ol)%2==0) { \
					print line; \
					line = "" \
				} \
			}' | \
		grep '^,' | \
		grep -v '^,,*$$' > $@
----
(i could probably puzzle out why the awk and greps, but i don't recall
at the moment.)

cheers, Greg


  reply	other threads:[~2021-06-01  7:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31 11:18 import xls(x) into org on MacOS Uwe Brauer
     [not found] ` <87czt72gru.fsf@gmail.com>
2021-06-01  6:41   ` Uwe Brauer
2021-06-01  7:05     ` Greg Minshall [this message]
2021-06-01  8:51       ` Uwe Brauer
2021-06-01 11:47 ` Nick Savage
2021-06-03  7:13   ` Uwe Brauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=759440.1622531104@apollo2.minshall.org \
    --to=minshall@umich.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=oub@mat.ucm.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).