emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-table export to ods/xlsx etc


From: edgar
Subject: Re: [O] org-table export to ods/xlsx etc
Date: Sat, 17 Jun 2017 01:41:56 +0000
User-agent: Roundcube Webmail/1.2.4

Message: 19
Date: Fri, 16 Jun 2017 10:25:55 +0000
From: Uwe Brauer <address@hidden>
To: address@hidden
Subject: [O] org-table export to ods/xlsx etc
Message-ID: <address@hidden>
Content-Type: text/plain

I am sometimes in need to send my org-table spreadhseets to colleagues
who are using (sigh) excel. I thought sending csv would be enough but it
turns out,
I want to join you in that *deep* sigh! and thank you for your contribution. I may eventually have to use it.

(defun org-table-export-to-xlsx ()
  (interactive)
  (let* ((source-file  (file-name-sans-extension (buffer-file-name
(current-buffer))))
         (csv-file (concat source-file ".csv")))
    (org-table-export csv-file "orgtbl-to-csv")
    (org-odt-convert csv-file "xlsx")))

-------------------------------------------------

ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the 
NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No bandwidth quotas! Commercial and Bulk Mail Options!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]