From: swedebugia <swedebugia@riseup.net>
To: emacs-orgmode@gnu.org
Subject: Re: Bug: org-table-import fails to import xlxs files
Date: Sun, 13 Sep 2020 10:13:28 +0200 [thread overview]
Message-ID: <20200913101328.363c44f6@parabola> (raw)
In-Reply-To: <20200913094003.69fa761c@parabola>
On Sun, 13 Sep 2020 09:40:03 +0200
swedebugia <swedebugia@riseup.net> wrote:
>
> I also found this nice and small rust program that works well:
> https://github.com/zitsen/xlsx2csv.rs
> It is surprisingly large though:
> 8.7M Sep 12 16:53 .cargo/bin/xlsx2csv
> Which is way more than ssconvert, but on the other hand it does not
> require any gnome dependencies or GUI stuff:
> 38K Sep 5 16:21 /usr/bin/ssconvert
>
> cheers
>
Just for fun I compared the speed, and the found that ssconvert is
slower by a factor of 10 on a ~4500 line spreadsheet.
$ time xlsx2csv test.xlsx
* Preparing write to ./Tabelle1.csv
** sheet range size is (4770, 11)
** Starting writing
** Done with sheet
`Tabelle1` real 0m0.565s
user 0m0.537s
sys 0m0.021s
$ time ssconvert
test.xlsx test.csv
real 0m4.249s
user 0m4.186s
sys 0m0.061s
next prev parent reply other threads:[~2020-09-13 8:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-12 11:50 Bug: org-table-import fails to import xlxs files swedebugia
2020-09-13 7:40 ` swedebugia
2020-09-13 8:13 ` swedebugia [this message]
2020-09-13 17:15 ` Bastien
2020-09-14 6:27 ` swedebugia
2020-09-14 12:39 ` Bastien
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=20200913101328.363c44f6@parabola \
--to=swedebugia@riseup.net \
--cc=emacs-orgmode@gnu.org \
/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).